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/ |
D | path.decompose.pass.cpp | 137 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/ |
D | PathV2.h | 292 bool has_root_directory(const Twine &path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 377 bool has_root_directory(const Twine &path);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 377 bool has_root_directory(const Twine &path);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 530 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/ |
D | Path.h | 394 bool has_root_directory(const Twine &path, Style style = Style::native);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 627 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/ |
D | Path.cpp | 627 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/ |
D | Path.cpp | 114 path::has_root_directory(*i); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 630 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/ |
D | Path.cpp | 127 path::has_root_directory(*i); in TEST()
|
/external/libcxx/include/ |
D | filesystem | 1082 _LIBCPP_INLINE_VISIBILITY bool has_root_directory() const { 1103 return has_root_directory();
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 160 (void)path::has_root_directory(*i); in TEST()
|