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.c247 struct old_root_entry_info *old_root_entry; variable
3413 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_encomp_readdir()
3415 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_encomp_readdir()
3416 &old_root_entry[i].inode, dir); in scan1_encomp_readdir()
3466 if(old_root_entry[i].inode.type == SQUASHFS_DIR_TYPE) in scan1_single_readdir()
3468 add_dir_entry2(old_root_entry[i].name, NULL, NULL, NULL, in scan1_single_readdir()
3469 &old_root_entry[i].inode, dir); in scan1_single_readdir()
4294 old_root_entry = realloc(old_root_entry, in add_old_root_entry()
4296 if(old_root_entry == NULL) in add_old_root_entry()
4299 old_root_entry[old_root_entries].name = strdup(name); in add_old_root_entry()
[all …]