HomeSort by relevance Sort by last modified time
    Searched refs:subpathname (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/squashfs-tools/
action.c 90 extern char *subpathname(struct dir_ent *);
884 action_data.subpath = strdup(subpathname(dir_ent));
918 action_data.subpath = strdup(subpathname(dir_ent));
1521 action_data.subpath = strdup(subpathname(dir_ent));
    [all...]
mksquashfs.c 803 char *subpathname(struct dir_ent *dir_ent) function
823 BAD_ERROR("snprintf failed in subpathname\n");
    [all...]
xattr.c 99 extern char *subpathname(struct dir_ent *);
661 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path);

Completed in 229 milliseconds