Home
last modified time | relevance | path

Searched refs:has_root_directory (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp137 ASSERT_NEQ(p.has_root_directory(), TC.root_directory.empty()); in decompPathTest()
148 ASSERT_EQ(p.is_absolute(), p.has_root_directory()); in decompPathTest()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h292 bool has_root_directory(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h377 bool has_root_directory(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h377 bool has_root_directory(const Twine &path);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp530 bool has_root_directory(const Twine &path) { in has_root_directory() function
583 bool rootDir = has_root_directory(p), in is_absolute()
605 rootDirectory = path::has_root_directory(p); in make_absolute()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h394 bool has_root_directory(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp627 bool has_root_directory(const Twine &path) { in has_root_directory() function
680 bool rootDir = has_root_directory(p), in is_absolute()
811 bool rootDirectory = path::has_root_directory(p), in make_absolute()
/external/llvm/lib/Support/
DPath.cpp627 bool has_root_directory(const Twine &path) { in has_root_directory() function
680 bool rootDir = has_root_directory(p), in is_absolute()
809 bool rootDirectory = path::has_root_directory(p), in make_absolute()
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp114 path::has_root_directory(*i); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp630 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function
683 bool rootDir = has_root_directory(p, style); in is_absolute()
848 bool rootDirectory = path::has_root_directory(p); in make_absolute()
/external/llvm/unittests/Support/
DPath.cpp127 path::has_root_directory(*i); in TEST()
/external/libcxx/include/
Dfilesystem1082 _LIBCPP_INLINE_VISIBILITY bool has_root_directory() const {
1103 return has_root_directory();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp160 (void)path::has_root_directory(*i); in TEST()