Searched refs:dir_scan (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1534 void dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, in dir_scan() function 1601 dir_scan(pathname, start_block, offset, new); in dir_scan() 2802 dir_scan(dest, SQUASHFS_INODE_BLK(sBlk.s.root_inode), in main()
|
D | mksquashfs.c | 3245 void dir_scan(squashfs_inode *inode, char *pathname, in dir_scan() function 6464 dir_scan(&inode, source_path[0], scan1_readdir, progress); in main() 6467 dir_scan(&inode, source_path[0], scan1_single_readdir, progress); in main() 6469 dir_scan(&inode, "", scan1_encomp_readdir, progress); in main()
|
/external/squashfs-tools/ |
D | CHANGES | 37 - unsquashfs: dynamically allocate pathname in dir_scan() 40 - mksquashfs: fix dir_scan() exit if lstat of source directory fails
|