Searched refs:target_out_path (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | android.h | 21 typedef void (*fs_config_func_t)(const char *path, int dir, const char *target_out_path, 25 …c_t fs_config_func, const char *path, struct stat *stat, const char *target_out_path, uint64_t *ca…
|
D | android.c | 47 const char *target_out_path, uint64_t *capabilities) { in android_fs_config() argument 51 fs_config_func(path, S_ISDIR(stat->st_mode), target_out_path, in android_fs_config()
|
D | mksquashfs.c | 92 char *target_out_path = NULL; variable 3136 …android_fs_config(fs_config_func, rel_path, &inode_info->buf, target_out_path, &dir_ent->capabilit… in add_dir_entry() 3139 …android_fs_config(fs_config_func, pathname(dir_ent), &inode_info->buf, target_out_path, &dir_ent->… in add_dir_entry() 3234 android_fs_config(fs_config_func, mount_point, &buf, target_out_path, &caps); in dir_scan() 3236 android_fs_config(fs_config_func, pathname, &buf, target_out_path, &caps); in dir_scan() 5733 target_out_path = argv[i]; in main()
|