Home
last modified time | relevance | path

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 Dpath.decompose.pass.cpp69 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 Dllvm_checksum.py68 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 Dweakly_canonical.pass.cpp30 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 Dproximate.pass.cpp60 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 DPath.h319 StringRef root_path(StringRef path, Style style = Style::native);
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp348 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 DVirtualFileSystem.cpp1906 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp123 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp222 (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 Dpath.h913 _LIBCPP_HIDE_FROM_ABI path root_path() const {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp436 if (llvm::sys::path::root_path(DirBuf) == DirBuf) { in createFile()