Home
last modified time | relevance | path

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

/external/skia/tools/copyright/
Dmain.py30 def Main(root_directory): argument
35 filepaths = GetAllFilepaths(root_directory)
64 def GetAllFilepaths(root_directory): argument
70 for dirpath, dirnames, filenames in os.walk(root_directory):
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp70 std::string root_directory; member
132 assert(p.root_directory() == TC.root_directory); in decompPathTest()
133 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp66 TEST_CHECK(ret.root_directory() == path("/")); in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h189 const StringRef root_directory(StringRef path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h237 StringRef root_directory(StringRef path);
/external/llvm/include/llvm/Support/
DPath.h237 StringRef root_directory(StringRef path);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp319 const StringRef root_directory(StringRef path) { in root_directory() function
534 return !root_directory(p).empty(); in has_root_directory()
635 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp115 path::root_directory(*i); in TEST()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp414 StringRef root_directory(StringRef path) { in root_directory() function
631 return !root_directory(p).empty(); in has_root_directory()
849 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/external/llvm/lib/Support/
DPath.cpp414 StringRef root_directory(StringRef path) { in root_directory() function
631 return !root_directory(p).empty(); in has_root_directory()
847 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/external/libcxx/src/experimental/filesystem/
Doperations.cpp913 auto root_dir = p.root_directory(); in absolute()
927 return root_name / abs_base.root_directory() in absolute()
/external/llvm/unittests/Support/
DPath.cpp128 path::root_directory(*i); in TEST()
/external/libcxx/include/experimental/
Dfilesystem966 … _LIBCPP_INLINE_VISIBILITY path root_directory() const { return string_type(__root_directory()); }