Searched refs:root_path (Results 1 – 11 of 11) 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 | 69 std::string root_path; member 153 assert(p.root_path() == TC.root_path); in decompPathTest() 154 assert(p.has_root_path() != TC.root_path.empty()); in decompPathTest()
|
| /llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | llvm_checksum.py | 68 def ComputeLLVMChecksums(root_path, projects): argument 98 project_root = os.path.join(root_path, proj.relpath) 118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
| H A D | weakly_canonical.pass.cpp | 30 fs::path root = fs::current_path().root_path(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
| H A D | proximate.pass.cpp | 60 path relative_cwd = cwd.native().substr(cwd.root_path().native().size()); in TEST_CASE()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Path.h | 319 StringRef root_path(StringRef path, Style style = Style::native);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 348 StringRef root_path(StringRef path, Style style) { in root_path() function 414 StringRef root = root_path(path, style); in relative_path() 633 return !root_path(p, style).empty(); in has_root_path() 723 StringRef root = path::root_path(remaining, style); in remove_dots()
|
| H A D | VirtualFileSystem.cpp | 1906 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileManager.cpp | 123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 222 (void)path::root_path(*i); in TEST() 327 path::root_path(p, path::Style::posix).str()); in TEST() 331 path::root_path(p, path::Style::windows).str()); in TEST()
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | path.h | 913 _LIBCPP_HIDE_FROM_ABI path root_path() const {
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 436 if (llvm::sys::path::root_path(DirBuf) == DirBuf) { in createFile()
|