Searched refs:target_out_path (Results 1 – 7 of 7) sorted by relevance
/system/core/libcutils/ |
D | fs_config.c | 152 static int fs_config_open(int dir, const char *target_out_path) in fs_config_open() argument 156 if (target_out_path && *target_out_path) { in fs_config_open() 160 int target_out_path_len = strlen(target_out_path); in fs_config_open() 163 if (target_out_path[target_out_path_len] == '/') { in fs_config_open() 166 asprintf(&name, "%s%s", target_out_path, (dir ? conf_dir : conf_file) + skip_len); in fs_config_open() 197 void fs_config(const char *path, int dir, const char *target_out_path, in fs_config() argument 209 fd = fs_config_open(dir, target_out_path); in fs_config()
|
/system/extras/ext4_utils/ |
D | canned_fs_config.h | 23 void canned_fs_config(const char* path, int dir, const char* target_out_path,
|
D | canned_fs_config.c | 83 void canned_fs_config(const char* path, int dir, const char* target_out_path, in canned_fs_config() argument 102 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities); in canned_fs_config()
|
D | ext4_utils.h | 153 typedef void (*fs_config_func_t)(const char *path, int dir, const char *target_out_path,
|
D | make_ext4fs.c | 126 …build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path, in build_directory_structure() argument 204 fs_config_func(dentries[i].path, dir, target_out_path, &uid, &gid, &mode, &capabilities); in build_directory_structure() 288 entry_inode = build_directory_structure(subdir_full_path, subdir_dir_path, target_out_path, in build_directory_structure()
|
/system/core/cpio/ |
D | mkbootfs.c | 44 static char *target_out_path = NULL; variable 83 fs_config(path, S_ISDIR(s->st_mode), target_out_path, in fix_stat() 334 target_out_path = argv[1]; in main()
|
/system/core/include/private/ |
D | android_filesystem_config.h | 215 void fs_config(const char *path, int dir, const char *target_out_path,
|