Searched refs:subpathname (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 90 extern char *subpathname(struct dir_ent *); 884 action_data.subpath = strdup(subpathname(dir_ent)); in eval_actions() 918 action_data.subpath = strdup(subpathname(dir_ent)); in eval_frag_actions() 1521 action_data.subpath = strdup(subpathname(dir_ent)); in eval_empty_actions() 1765 action_data.subpath = strdup(subpathname(dir_ent)); in eval_move_actions() 1857 dir->subpath = strdup(subpathname(dir_ent)); in move_dir() 1884 subpathname(dir_ent), conf_path); in move_file() 1962 subpathname(move_list->dir_ent), conf_path); in do_move_actions() 1989 action_data.subpath = strdup(subpathname(dir_ent)); in eval_prune_actions() 2918 eval_action.subpath = strdup(subpathname(dir_ent)); in readlink_fn() [all …]
|
D | mksquashfs.c | 803 char *subpathname(struct dir_ent *dir_ent) in subpathname() function 3057 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in add_dir_entry() 3445 subpath = subpathname(dir_ent); in dir_scan1() 3458 subpath = subpathname(dir_ent); in dir_scan1() 3608 char *subpath = strdup(subpathname(dir_ent)); in dir_scan2() 3966 subpathname(dir_ent), in dir_scan7() 3983 subpathname(dir_ent), *inode); in dir_scan7() 3993 "\n", subpathname(dir_ent), in dir_scan7() 4004 subpathname(dir_ent), *inode); in dir_scan7() 4014 subpathname(dir_ent), *inode); in dir_scan7() [all …]
|
D | xattr.c | 99 extern char *subpathname(struct dir_ent *); 661 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in read_xattrs()
|
/external/squashfs-tools/ |
D | CHANGES | 29 - mksquashfs: dynamically allocate buffer in subpathname()
|