Searched refs:root_directory (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
| H A D | path.decompose.pass.cpp | 71 std::string root_directory; member 162 assert(p.root_directory() == TC.root_directory); in decompPathTest() 163 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | Main.py | 177 self.root_directory: str = None 186 context.root_directory = get_root_directory()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | UnitTests.py | 44 context.root_directory, pattern='*.py')
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Path.h | 311 StringRef root_directory(StringRef path, Style style = Style::native);
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 226 (void)path::root_directory(*i); in TEST() 276 ASSERT_EQ(path::root_directory("/goo/hello", path::Style::posix).str(), "/"); in TEST() 277 ASSERT_EQ(path::root_directory("c:/hello", path::Style::windows).str(), "/"); in TEST() 278 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::posix).str(), ""); in TEST() 279 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::windows).str(), ""); in TEST() 326 … path::root_name(p, path::Style::posix).str() + path::root_directory(p, path::Style::posix).str(), in TEST() 330 …path::root_name(p, path::Style::windows).str() + path::root_directory(p, path::Style::windows).str… in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 390 StringRef root_directory(StringRef path, Style style) { in root_directory() function 626 return !root_directory(p, style).empty(); in has_root_directory() 941 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 408 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | path.h | 910 _LIBCPP_HIDE_FROM_ABI path root_directory() const {
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Issues.csv | 154 "`2667 <https://wg21.link/LWG2667>`__","path::root_directory() description is confusing","Oulu","|C…
|