Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp44 TEST_REQUIRE(p.has_root_directory()); in TEST_CASE()
55 TEST_REQUIRE(p.has_root_directory()); in TEST_CASE()
59 TEST_REQUIRE(base.has_root_directory()); in TEST_CASE()
65 TEST_CHECK(ret.has_root_directory()); in TEST_CASE()
74 TEST_REQUIRE(not p.has_root_directory()); in TEST_CASE()
79 TEST_REQUIRE(base.has_root_directory()); in TEST_CASE()
90 TEST_REQUIRE(not p.has_root_directory()); in TEST_CASE()
92 TEST_REQUIRE(base.has_root_directory()); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp133 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()
144 assert(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/unittests/Support/
DPath.cpp114 path::has_root_directory(*i); in TEST()
/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/llvm/unittests/Support/
DPath.cpp127 path::has_root_directory(*i); in TEST()
/external/libcxx/include/experimental/
Dfilesystem978 … _LIBCPP_INLINE_VISIBILITY bool has_root_directory() const { return !__root_directory().empty(); }
986 _LIBCPP_INLINE_VISIBILITY bool is_absolute() const { return has_root_directory(); }