Searched refs:old_root_entry (Results 1 – 1 of 1) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 240 struct old_root_entry_info *old_root_entry; variable 3360 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_encomp_readdir() 3362 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_encomp_readdir() 3363 &old_root_entry[i].inode, dir); in scan1_encomp_readdir() 3413 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_single_readdir() 3415 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_single_readdir() 3416 &old_root_entry[i].inode, dir); in scan1_single_readdir() 4241 old_root_entry = realloc(old_root_entry, in add_old_root_entry() 4243 if(old_root_entry == NULL) in add_old_root_entry() 4246 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry() [all …]
|