Lines Matching refs:path
61 * @depth: the level of this dir relative to opts.path
71 * path_component - to store path component strings
84 * the tree is opts.path, but it is not part of the list because
91 * 1. opts.path is /
103 /* The global depth relative to opts.path.
104 * ie: opts.path has depth 0, a sub-dir of opts.path has depth 1
120 const char *path;
168 " -p, --path PATH Directory whose contents to list\n"
202 { "path", required_argument, NULL, 'p' },
222 opts.path = "/";
233 opts.path = optarg;
366 * For each directory, print its path relative to opts.path. List a directory,
402 base_comp.name = opts.path;
405 printf("%s:\n", opts.path);
446 /* print relative path header */
635 * 4 Error, failed to open directory in search path
660 ni = ntfs_pathname_to_inode(vol, NULL, opts.path);
668 * We now are at the final path component. If it is a file just