/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()
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 57 def _ReadObjFile(root_path, library_name, obj_name): argument 66 path = os.path.join(root_path, library_name, obj_name) 99 def _ReadLibrary(root_path, library_name): argument 100 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o")) 102 _ReadObjFile(root_path, library_name, os.path.basename(path)) 175 def Process(root_path): argument 191 _ReadLibrary(root_path, library_name)
|
/external/rust/crates/grpcio-sys/grpc/src/abseil-cpp/ |
D | preprocessed_builds.yaml.gen.py | 85 def collect_bazel_rules(root_path): argument 88 for cur, _, _ in os.walk(root_path): 135 def collect_cmake_rules(root_path): argument 138 for cur, _, _ in os.walk(root_path): 176 def generate_builds(root_path): argument 180 collect_bazel_rules(root_path))) 183 collect_cmake_rules(root_path)))
|
/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/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 203 std::wstring root_path = testdata_dir + L"\\" + root_name; in TEST_P() local 205 std::wstring sym_path = root_path + L".sym"; in TEST_P() 209 std::wstring pdb_path = root_path + L".pdb"; in TEST_P() 223 std::wstring root_path = testdata_dir + L"\\" + root_name; in TEST_P() local 225 std::wstring sym_path = root_path + L".sym"; in TEST_P() 229 std::wstring dll_path = root_path + L".dll"; in TEST_P()
|
/external/pigweed/pw_build/py/ |
D | zip_test.py | 50 root_path = pathlib.Path(parent_path / dir_name) 51 os.mkdir(root_path) 57 if not (root_path / directory).is_dir(): 58 os.mkdir(root_path / directory) 61 touch(root_path, filename) 62 return root_path
|
/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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 69 std::string root_path; member 127 assert(p.root_path() == TC.root_path); in decompPathTest() 128 assert(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/llvm-project/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/perfetto/tools/ |
D | gen_merged_sql_metrics.py | 80 root_path = os.path.commonprefix([os.path.abspath(x) for x in args.sql_files]) 86 relpath = os.path.relpath(file_name, root_path)
|
D | gen_merged_protos | 123 for root_path in root_paths: 124 all_protos += get_transitive_imports(root_path, visited=set())
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 1770 self.root_path = os.path.split(self.pyfakefs_path)[0] 1793 self.filesystem.create_dir(self.root_path) 1796 self.root_path) 1897 self.filesystem.add_real_directory(self.root_path) 1900 os.path.join(self.root_path, 'pyfakefs', 'tests', 1904 os.path.join(self.root_path, 'pyfakefs', 1908 os.path.join(self.root_path, 'pyfakefs', '__init__.py'))) 1922 real_directory = os.path.join(self.root_path, 'pyfakefs', 'tests') 1957 os.path.join(self.root_path, 'pyfakefs', 'tests', 1961 os.path.join(self.root_path, 'pyfakefs', 'tests', [all …]
|
/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/libtextclassifier/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/webrtc/third_party/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/openscreen/third_party/abseil/src/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/angle/third_party/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
D | absolute.pass.cpp | 46 {"/already_absolute", cwd.root_path() / "already_absolute"} in TEST_CASE()
|
/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()
|