Searched refs:dir_scan (Results 1 - 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
H A D | unsquashfs.c | 1507 EXIT_UNSQUASH("asprintf failed in dir_scan\n"); 1534 void dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, function 1544 ERROR("dir_scan: failed to read directory %s, skipping\n", 1566 ERROR("dir_scan: failed to make directory %s, " 1579 ERROR("dir_scan: failed to change permissions " 1589 TRACE("dir_scan: name %s, start_block %d, offset %d, type %d\n", 1598 EXIT_UNSQUASH("asprintf failed in dir_scan\n"); 1601 dir_scan(pathname, start_block, offset, new); 2802 dir_scan(dest, SQUASHFS_INODE_BLK(sBlk.s.root_inode),
|
H A D | mksquashfs.c | 3245 void dir_scan(squashfs_inode *inode, char *pathname, function 6467 dir_scan(&inode, source_path[0], scan1_readdir, progress); 6470 dir_scan(&inode, source_path[0], scan1_single_readdir, progress); 6472 dir_scan(&inode, "", scan1_encomp_readdir, progress);
|
Completed in 98 milliseconds