Searched defs:dir_scan (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c1507 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 Dmksquashfs.c3212 void dir_scan(squashfs_inode *inode, char *pathname, function
6274 dir_scan(&inode, source_path[0], scan1_readdir, progress);
6277 dir_scan(&inode, source_path[0], scan1_single_readdir, progress);
6279 dir_scan(&inode, "", scan1_encomp_readdir, progress);

Completed in 100 milliseconds