Lines Matching defs:directory

352 /// Test that a given directory exists.
354 /// @param path the path of the directory to consider.
356 /// @return true iff a directory exists with the name @p path
361 /// Test if a given directory exists and is empty.
363 /// @param path the path of the directory to consider
408 /// Test if a directory contains a CTF archive.
410 /// @param directory the directory to consider.
414 /// @return true iff @p directory contains a CTF archive file.
416 dir_contains_ctf_archive(const string& directory,
419 string ctf_archive = directory + "/" + archive_prefix + ".ctfa";
431 /// @param debug_info_root a vector of pointer to directory to look
463 /// directory as "vmlinux.ctfa".
467 /// @param debug_info_root a vector of pointer to directory to look
507 /// Tests if a given path is a directory or a symbolic link to a
508 /// directory.
512 /// @return true iff @p path is a directory.
673 /// Return the directory part of a file path.
677 /// @param dirnam the resulting directory part, or "." if the couldn't
757 /// Ensures #dir_path is a directory and is created. If #dir_path is
760 /// \return true if #dir_path is a directory that is already present,
773 // A file or directory already exists with the same name.
788 /// Ensures that the parent directory of #path is created.
790 /// \return true if the parent directory of #path is already present,
851 /// Check if a given path exists, is readable and is a directory.
860 /// @return true iff @p path exists and is for a directory.
872 emit_prefix(prog_name, out) << path << " is not a directory\n";
1897 // the header directory file we are looking are to be
1935 /// directory tree.
1938 /// *NOT* found in the directory tree.
1942 /// @param headers_root_dir the directory tree to consider for header
1971 /// *NOT* found in these directory trees are going be suppressed.
1978 /// found in the directory tree @p headers_root_dir.
2003 /// *NOT* found in this directory tree are going be suppressed.
2010 /// found in the directory tree @p headers_root_dir.
2029 /// *NOT* found in this directory tree are going be suppressed.
2032 /// found in the directory tree @p headers_root_dir.
2252 /// Find a given file under a root directory and return its absolute
2255 /// @param root_dir the root directory under which to look for.
2258 /// directory @p root_dir.
2388 /// Find a vmlinux and its kernel modules in a given directory tree.
2390 /// @param from the directory tree to start looking from.
2436 /// Find a vmlinux binary in a given directory tree.
2438 /// @param from the directory tree to start looking from.
2478 /// given directory.
2480 /// @param dist_root the directory under which to look for.
2482 /// @param debug_info_root_path the path to the directory under which
2503 // distribution directory.
2507 // under the 'debug_info_root_path' directory and its content is
2508 // accessible from <debug_info_root_path>/usr/lib/debug directory.
2534 /// Get the path of the vmlinux binary under the given directory, that
2537 /// @param from the directory under which to look for.
2551 // Linux or a Fedora kernel distribution directory. In those cases,
2553 // sub-directory. So we might as well save some time by picking it
2568 /// given directory.
2570 /// @param dist_root the directory under which to look for.
2592 /// the kernel modules found under @p root directory and under its
2606 /// @param root the path of the directory under which the kernel
2609 /// @param di_root the directory in aboslute path which debug
2710 /// Walk a given directory and build an instance of @ref corpus_group
2712 /// under that directory and under its sub-directories, recursively.
2717 /// @param root the path of the directory under which the kernel
2719 /// somewhere under that directory, but if it's not in there, its path
2722 /// @param debug_info_root the directory under which debug info is to
2726 /// is not under the @p root directory. If this is empty, then it
2728 /// directory.