Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c231 struct old_root_entry_info *old_root_entry; variable
3281 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_encomp_readdir()
3283 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_encomp_readdir()
3284 &old_root_entry[i].inode, dir); in scan1_encomp_readdir()
3334 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_single_readdir()
3336 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_single_readdir()
3337 &old_root_entry[i].inode, dir); in scan1_single_readdir()
4162 old_root_entry = realloc(old_root_entry, in add_old_root_entry()
4164 if(old_root_entry == NULL) in add_old_root_entry()
4167 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()
[all …]