Home
last modified time | relevance | path

Searched refs:nonstandard_pathname (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.h44 char *nonstandard_pathname; member
Dmksquashfs.c784 if (dir_ent->nonstandard_pathname) in pathname()
785 return dir_ent->nonstandard_pathname; in pathname()
796 if (dir_ent->nonstandard_pathname) in pathname_reader()
797 return dir_ent->nonstandard_pathname; in pathname_reader()
3027 char *nonstandard_pathname, struct dir_info *dir) in create_dir_entry() argument
3035 dir_ent->nonstandard_pathname = nonstandard_pathname; in create_dir_entry()
3081 char *nonstandard_pathname, struct dir_info *sub_dir,
3087 char *nonstandard_pathname, struct dir_info *sub_dir, in add_dir_entry2() argument
3091 nonstandard_pathname, dir); in add_dir_entry2()
3106 if(dir_ent->nonstandard_pathname) in free_dir_entry()
[all …]
Daction.c1915 if(dir_ent->nonstandard_pathname == NULL) { in move_file()
1916 dir_ent->nonstandard_pathname = strdup(filename); in move_file()
1931 if(dir_ent->nonstandard_pathname == NULL && in move_file()