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

  /external/squashfs-tools/squashfs-tools/
info.c 71 if(dir_ent->our_dir->subpath[0] != '\0')
72 INFO("%s/%s\n", dir_ent->our_dir->subpath, dir_ent->name);
mksquashfs.h 53 struct dir_info *our_dir; member in struct:dir_ent
action.c 890 action_data.depth = dir_ent->our_dir->depth;
924 action_data.depth = dir_ent->our_dir->depth;
1527 action_data.depth = dir_ent->our_dir->depth;
1581 move->dest : move->dir_ent->our_dir;
1631 struct dir_info *dest, *source = dir_ent->our_dir;
    [all...]
mksquashfs.c 766 dir_ent->our_dir->pathname,
825 if(dir_ent->our_dir->subpath[0] != '\0')
827 dir_ent->our_dir->subpath, dir_ent->name);
1031 dir->parent_inode = get_parent_no(dir_ent->our_dir);
1054 dir->parent_inode = get_parent_no(dir_ent->our_dir);
    [all...]

Completed in 80 milliseconds