Home
last modified time | relevance | path

Searched refs:target_out_path (Results 1 – 7 of 7) sorted by relevance

/system/core/libcutils/
Dfs_config.c152 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/
Dcanned_fs_config.h23 void canned_fs_config(const char* path, int dir, const char* target_out_path,
Dcanned_fs_config.c83 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()
Dext4_utils.h153 typedef void (*fs_config_func_t)(const char *path, int dir, const char *target_out_path,
Dmake_ext4fs.c126 …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/
Dmkbootfs.c44 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/
Dandroid_filesystem_config.h215 void fs_config(const char *path, int dir, const char *target_out_path,