Home
last modified time | relevance | path

Searched refs:subpathname (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/unlinkat/
Dunlinkat01.c55 subpathname[] = "unlinkatsubtestdir", variable
132 filenames[6] = subpathname; in setup()
/external/squashfs-tools/squashfs-tools/
Daction.c94 extern char *subpathname(struct dir_ent *);
888 action_data.subpath = strdup(subpathname(dir_ent)); in eval_actions()
922 action_data.subpath = strdup(subpathname(dir_ent)); in eval_frag_actions()
1525 action_data.subpath = strdup(subpathname(dir_ent)); in eval_empty_actions()
1769 action_data.subpath = strdup(subpathname(dir_ent)); in eval_move_actions()
1861 dir->subpath = strdup(subpathname(dir_ent)); in move_dir()
1888 subpathname(dir_ent), conf_path); in move_file()
1966 subpathname(move_list->dir_ent), conf_path); in do_move_actions()
1993 action_data.subpath = strdup(subpathname(dir_ent)); in eval_prune_actions()
2925 eval_action.subpath = strdup(subpathname(dir_ent)); in readlink_fn()
[all …]
Dmksquashfs.c878 char *subpathname(struct dir_ent *dir_ent) in subpathname() function
1050 sub_path = subpathname(dir_ent); in create_inode()
1090 sub_path = subpathname(dir_ent); in create_inode()
3225 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in add_dir_entry()
3620 subpath = subpathname(dir_ent); in dir_scan1()
3633 subpath = subpathname(dir_ent); in dir_scan1()
3783 char *subpath = strdup(subpathname(dir_ent)); in dir_scan2()
4141 subpathname(dir_ent), in dir_scan7()
4158 subpathname(dir_ent), *inode); in dir_scan7()
4168 "\n", subpathname(dir_ent), in dir_scan7()
[all …]
Dxattr.c119 extern char *subpathname(struct dir_ent *);
704 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in read_xattrs()
/external/squashfs-tools/
DCHANGES29 - mksquashfs: dynamically allocate buffer in subpathname()