Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1534 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()
Dmksquashfs.c3245 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/
DCHANGES37 - unsquashfs: dynamically allocate pathname in dir_scan()
40 - mksquashfs: fix dir_scan() exit if lstat of source directory fails