/external/libchrome/base/files/ |
D | file_enumerator_posix.cc | 59 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 62 : FileEnumerator(root_path, in FileEnumerator() 68 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 72 : FileEnumerator(root_path, in FileEnumerator() 78 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 84 root_path_(root_path), in FileEnumerator() 92 pending_paths_.push(root_path); in FileEnumerator()
|
D | file_enumerator.h | 115 FileEnumerator(const FilePath& root_path, 118 FileEnumerator(const FilePath& root_path, 122 FileEnumerator(const FilePath& root_path,
|
D | file_util.cc | 38 int64_t ComputeDirectorySize(const FilePath& root_path) { in ComputeDirectorySize() argument 40 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES); in ComputeDirectorySize()
|
D | file_enumerator_unittest.cc | 31 const FilePath& root_path, in RunEnumerator() argument 37 FileEnumerator enumerator(root_path, recursive, file_type, pattern, in RunEnumerator()
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 43 def _ReadObjFile(root_path, library_name, obj_name): argument 52 path = os.path.join(root_path, library_name, obj_name) 85 def _ReadLibrary(root_path, library_name): argument 86 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o")) 88 _ReadObjFile(root_path, library_name, os.path.basename(path)) 145 def Process(root_path): argument 161 _ReadLibrary(root_path, library_name)
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 183 char *context, *root_path; in main() local 260 root_path = strdup(root_dir); in main() 261 if (!root_path) { in main() 266 root_path[strlen(root_path) - 1] = '\0'; in main() 267 printf("%s\n", root_path); in main() 268 free(root_path); in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 69 std::string root_path; member 128 ASSERT_EQ(p.root_path(), TC.root_path); in decompPathTest() 129 ASSERT_NEQ(p.has_root_path(), TC.root_path.empty()); in decompPathTest()
|
/external/libaom/libaom/test/ |
D | tools_common.sh | 157 local root_path="${LIBAOM_BIN_PATH}" 160 ${root_path}/${tool_name}${suffix} \ 161 ${root_path}/../${tool_name}${suffix} \ 162 ${root_path}/tools/${tool_name}${suffix} \ 163 ${root_path}/../tools/${tool_name}${suffix}"
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/ |
D | llvm_checksum.py | 68 def ComputeLLVMChecksums(root_path, projects): argument 98 project_root = os.path.join(root_path, proj.relpath) 118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 186 std::wstring root_path = testdata_dir + L"\\" + root_name; in TEST_F() local 188 std::wstring sym_path = root_path + L".sym"; in TEST_F() 192 std::wstring pdb_path = root_path + L".pdb"; in TEST_F()
|
/external/google-breakpad/src/processor/ |
D | simple_symbol_supplier.cc | 144 const string &root_path, string *symbol_file) { in GetSymbolFileAtPathFromRoot() argument 154 string path = root_path; in GetSymbolFileAtPathFromRoot()
|
D | simple_symbol_supplier.h | 130 const string &root_path,
|
/external/u-boot/configs/ |
D | axm_defconfig | 19 …root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppApkAssets.java | 332 boolean ForEachFile(String root_path, in ForEachFile() argument 336 String root_path_full = root_path; in ForEachFile()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 197 const StringRef root_path(StringRef path);
|
/external/autotest/client/cros/crash/ |
D | user_crash_test.py | 64 def _prepare_crasher(self, root_path='/'): argument 72 self._root_path = root_path
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 245 StringRef root_path(StringRef path);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 245 StringRef root_path(StringRef path);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 265 const StringRef root_path(StringRef path) { in root_path() function 349 StringRef root = root_path(path); in relative_path() 541 return !root_path(p).empty(); in has_root_path()
|
/external/skia/gn/ |
D | gn_to_cmake.py | 162 self.root_path = build_settings['root_path'] 163 self.build_path = posixpath.join(self.root_path, 168 return self.root_path + "/" + path[2:]
|
/external/skqp/gn/ |
D | gn_to_cmake.py | 162 self.root_path = build_settings['root_path'] 163 self.build_path = posixpath.join(self.root_path, 168 return self.root_path + "/" + path[2:]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 360 StringRef root_path(StringRef path) { in root_path() function 444 StringRef root = root_path(path); in relative_path() 638 return !root_path(p).empty(); in has_root_path() 722 SmallString<256> buffer = path::root_path(path); in remove_dots()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 360 StringRef root_path(StringRef path) { in root_path() function 444 StringRef root = root_path(path); in relative_path() 638 return !root_path(p).empty(); in has_root_path() 720 SmallString<256> buffer = path::root_path(path); in remove_dots()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 362 StringRef root_path(StringRef path, Style style) { in root_path() function 429 StringRef root = root_path(path, style); in relative_path() 641 return !root_path(p, style).empty(); in has_root_path() 726 SmallString<256> buffer = path::root_path(path, style); in remove_dots()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 262 StringRef root_path(StringRef path, Style style = Style::native);
|