Home
last modified time | relevance | path

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

12

/external/skia/tools/copyright/
Dmain.py33 def Main(root_directory): argument
38 filepaths = GetAllFilepaths(root_directory)
68 def GetAllFilepaths(root_directory): argument
74 for dirpath, _, filenames in os.walk(root_directory):
/external/skqp/tools/copyright/
Dmain.py30 def Main(root_directory): argument
35 filepaths = GetAllFilepaths(root_directory)
64 def GetAllFilepaths(root_directory): argument
70 for dirpath, _, filenames in os.walk(root_directory):
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp71 std::string root_directory; member
136 ASSERT_EQ(p.root_directory(), TC.root_directory); in decompPathTest()
137 ASSERT_NEQ(p.has_root_directory(), TC.root_directory.empty()); in decompPathTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp71 std::string root_directory; member
134 assert(p.root_directory() == TC.root_directory); in decompPathTest()
135 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py993 def process_tree(self, root_directory, output_root_directory, argument
1010 if output_root_directory == root_directory:
1011 return self.process_tree_inplace(root_directory)
1020 norm_root = os.path.split(os.path.normpath(root_directory))
1024 (root_directory, output_root_directory))
1031 for dir_name, _, file_list in os.walk(root_directory):
1040 root_directory))
1047 fullpath, root_directory))
1054 report += "Input tree: %r\n" % root_directory
1065 output_root_directory, os.path.relpath(link_target, root_directory))
[all …]
/external/llvm-project/debuginfo-tests/dexter/dex/tools/
DMain.py177 self.root_directory: str = None
186 context.root_directory = get_root_directory()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dfile_operations.py230 def git_apply_patch(root_directory, argument
242 git_apply_command += ["--directory", root_directory, patch_file]
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DUnitTests.py44 context.root_directory, pattern='*.py')
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.h49 const std::string& root_directory,
Dinode_file_data_source.cc89 const std::string& root_directory, in CreateStaticDeviceToInodeMap() argument
93 FileScanner scanner({root_directory}, &delegate); in CreateStaticDeviceToInodeMap()
/external/llvm/include/llvm/Support/
DPath.h237 StringRef root_directory(StringRef path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h237 StringRef root_directory(StringRef path);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h270 StringRef root_directory(StringRef path, Style style = Style::native);
/external/llvm-project/llvm/include/llvm/Support/
DPath.h264 StringRef root_directory(StringRef path, Style style = Style::native);
/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/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-project/llvm/unittests/Support/
DPath.cpp189 (void)path::root_directory(*i); in TEST()
239 ASSERT_EQ(path::root_directory("/goo/hello", path::Style::posix).str(), "/"); in TEST()
240 ASSERT_EQ(path::root_directory("c:/hello", path::Style::windows).str(), "/"); in TEST()
241 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::posix).str(), ""); in TEST()
242 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::windows).str(), ""); in TEST()
289 … path::root_name(p, path::Style::posix).str() + path::root_directory(p, path::Style::posix).str(), in TEST()
293 …path::root_name(p, path::Style::windows).str() + path::root_directory(p, path::Style::windows).str… in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp389 StringRef root_directory(StringRef path, Style style) { in root_directory() function
641 return !root_directory(p, style).empty(); in has_root_directory()
912 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/external/llvm-project/llvm/lib/Support/
DPath.cpp388 StringRef root_directory(StringRef path, Style style) { in root_directory() function
624 return !root_directory(p, style).empty(); in has_root_directory()
939 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp411 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
/external/llvm/unittests/Support/
DPath.cpp128 path::root_directory(*i); in TEST()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py2068 root_directory = self.make_path('foo')
2071 self.create_dir(root_directory)
2073 directory = self.os.path.join(root_directory, directory)
2076 test_file = self.os.path.join(root_directory, test_file)
2081 generator = self.os.walk(root_directory)
2085 self.assertEqual(root_directory, root)
/external/llvm-project/libcxx/docs/
DCxx1zStatusIssuesStatus.csv154 "`2667 <https://wg21.link/LWG2667>`__","path::root_directory() description is confusing","Oulu","|C…
/external/libcxx/include/
Dfilesystem1053 _LIBCPP_INLINE_VISIBILITY path root_directory() const {
/external/llvm-project/libcxx/include/
Dfilesystem1085 _LIBCPP_INLINE_VISIBILITY path root_directory() const {

12