Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dread_fs.c857 char **cinode_table, char **data_cache, char **cdirectory_table, in read_filesystem() argument
931 *cinode_table = malloc(root_inode_start); in read_filesystem()
932 if(*cinode_table == NULL) in read_filesystem()
935 res = read_fs_bytes(fd, start, root_inode_start, *cinode_table); in read_filesystem()