Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dandroid.h21 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…
Dandroid.c47 const char *target_out_path, uint64_t *capabilities) { in android_fs_config() argument
52 fs_config_func(path, S_ISDIR(stat->st_mode), target_out_path, in android_fs_config()
Dmksquashfs.c92 char *target_out_path = NULL; variable
3189 …android_fs_config(fs_config_func, rel_path, &inode_info->buf, target_out_path, &dir_ent->capabilit… in add_dir_entry()
3192 …android_fs_config(fs_config_func, pathname(dir_ent), &inode_info->buf, target_out_path, &dir_ent->… in add_dir_entry()
5954 target_out_path = argv[i]; in main()
/external/e2fsprogs/contrib/android/
Dperms.h8 const char *target_out_path,