HomeSort by relevance Sort by last modified time
    Searched full:target_out_path (Results 1 - 10 of 10) sorted by null

  /external/squashfs-tools/squashfs-tools/
android.h 21 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path);
android.c 46 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path) {
48 fs_config(path, S_ISDIR(stat->st_mode), target_out_path,
mksquashfs.c 86 char *target_out_path = NULL; variable
3061 android_fs_config(pathname(dir_ent), &inode_info->buf, target_out_path); local
    [all...]
  /system/extras/ext4_utils/
canned_fs_config.h 23 void canned_fs_config(const char* path, int dir, const char* target_out_path,
canned_fs_config.c 83 void canned_fs_config(const char* path, int dir, const char* target_out_path,
102 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities);
ext4_utils.h 153 typedef void (*fs_config_func_t)(const char *path, int dir, const char *target_out_path,
make_ext4fs.c 126 static u32 build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path,
204 fs_config_func(dentries[i].path, dir, target_out_path, &uid, &gid, &mode, &capabilities);
288 entry_inode = build_directory_structure(subdir_full_path, subdir_dir_path, target_out_path,
  /system/core/libcutils/
fs_config.c 152 static int fs_config_open(int dir, const char *target_out_path)
156 if (target_out_path && *target_out_path) {
157 /* target_out_path is the path to the directory holding content of system partition
160 int target_out_path_len = strlen(target_out_path);
163 if (target_out_path[target_out_path_len] == '/') {
166 asprintf(&name, "%s%s", target_out_path, (dir ? conf_dir : conf_file) + skip_len);
197 void fs_config(const char *path, int dir, const char *target_out_path,
209 fd = fs_config_open(dir, target_out_path);
  /system/core/cpio/
mkbootfs.c 44 static char *target_out_path = NULL; variable
83 fs_config(path, S_ISDIR(s->st_mode), target_out_path,
334 target_out_path = argv[1];
  /system/core/include/private/
android_filesystem_config.h 215 void fs_config(const char *path, int dir, const char *target_out_path,

Completed in 611 milliseconds