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.c248 struct old_root_entry_info *old_root_entry; variable
3457 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_encomp_readdir()
3459 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_encomp_readdir()
3460 &old_root_entry[i].inode, dir); in scan1_encomp_readdir()
3510 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_single_readdir()
3512 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_single_readdir()
3513 &old_root_entry[i].inode, dir); in scan1_single_readdir()
4338 old_root_entry = realloc(old_root_entry, in add_old_root_entry()
4340 if(old_root_entry == NULL) in add_old_root_entry()
4343 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()
[all …]