Home | History | Annotate | Download | only in squashfs-tools

Lines Matching defs:source_path

239 char **source_path;
3425 char *dir_name = getbase(source_path[index]);
3430 source_path[index]);
3456 strdup(source_path[index ++]), dir);
4275 int res = asprintf(&filename, "%s/%s", source_path[i], path);
4870 int res = asprintf(&filename, "%s/%s", source_path[i], path);
5497 source_path = argv + 1;
6174 if(lstat(source_path[i], &source_buf) == -1) {
6176 "because %s\n", source_path[i],
6258 source_path);
6467 dir_scan(&inode, source_path[0], scan1_readdir, progress);
6470 dir_scan(&inode, source_path[0], scan1_single_readdir, progress);