Home
last modified time | relevance | path

Searched refs:make_ext4fs_internal (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_format.c55 …rc = make_ext4fs_internal(fd, NULL, NULL, fs_mnt_point, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NUL… in format_ext4()
/system/extras/ext4_utils/
Dext4_utils.h161 int make_ext4fs_internal(int fd, const char *directory, const char *_target_out_directory,
Dmake_ext4fs_main.c256 …exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, g… in main()
Dmake_ext4fs.c434 return make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_sparse_fd_directory()
461 status = make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_directory()
681 int make_ext4fs_internal(int fd, const char *_directory, const char *_target_out_directory, in make_ext4fs_internal() function