/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
path.decompose.pass.cpp | 19 // path root_directory() const; 71 std::string root_directory; member in struct:PathDecomposeTestcase 136 ASSERT_EQ(p.root_directory(), TC.root_directory); 137 ASSERT_NEQ(p.has_root_directory(), TC.root_directory.empty());
|
/external/tensorflow/tensorflow/tools/compatibility/ |
ast_edits.py | 557 def process_tree(self, root_directory, output_root_directory, 565 root_directory: Directory to walk and process. 574 if output_root_directory == root_directory: 575 return self.process_tree_inplace(root_directory) 583 # make sure output directory does not overlap with root_directory 584 norm_root = os.path.split(os.path.normpath(root_directory)) 588 (root_directory, output_root_directory)) 595 for dir_name, _, file_list in os.walk(root_directory): 602 root_directory)) 609 fullpath, root_directory)) [all...] |
/external/llvm/include/llvm/Support/ |
Path.h | 237 StringRef root_directory(StringRef path); 241 /// Equivalent to root_name + root_directory. 373 /// root_directory != ""
|
/external/perfetto/src/traced/probes/filesystem/ |
inode_file_data_source.h | 48 const std::string& root_directory,
|
inode_file_data_source.cc | 94 const std::string& root_directory, 98 FileScanner scanner({root_directory}, &delegate);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV2.h | 189 const StringRef root_directory(StringRef path); 193 /// Equivalent to root_name + root_directory. 288 /// root_directory != ""
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Path.h | 237 StringRef root_directory(StringRef path); 241 /// Equivalent to root_name + root_directory. 373 /// root_directory != ""
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
Path.cpp | 115 path::root_directory(*i);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
Path.h | 254 StringRef root_directory(StringRef path, Style style = Style::native); 258 /// Equivalent to root_name + root_directory. 390 /// root_directory != ""
|
/external/llvm/lib/Support/ |
Path.cpp | 414 StringRef root_directory(StringRef path) { 631 return !root_directory(p).empty(); 847 StringRef bRootDirectory = path::root_directory(current_dir); [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
PathV2.cpp | 319 const StringRef root_directory(StringRef path) { 534 return !root_directory(p).empty(); 635 StringRef bRootDirectory = path::root_directory(current_dir);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Path.cpp | 414 StringRef root_directory(StringRef path) { 631 return !root_directory(p).empty(); 849 StringRef bRootDirectory = path::root_directory(current_dir); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
Path.cpp | 405 StringRef root_directory(StringRef path, Style style) { 634 return !root_directory(p, style).empty(); 883 StringRef bRootDirectory = path::root_directory(current_dir); [all...] |
/external/llvm/unittests/Support/ |
Path.cpp | 128 path::root_directory(*i); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
Path.cpp | 161 (void)path::root_directory(*i); [all...] |