Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 25 of 55) sorted by relevance

123

/external/libchrome/base/files/
Dfile_enumerator_posix.cc59 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()
Dfile_enumerator.h115 FileEnumerator(const FilePath& root_path,
118 FileEnumerator(const FilePath& root_path,
122 FileEnumerator(const FilePath& root_path,
Dfile_util.cc38 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/
Ddepstest.py57 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/
Dpreprocessed_builds.yaml.gen.py85 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/
Dsestatus.c183 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/
Ddump_syms_unittest.cc203 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/
Dzip_test.py50 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/
Dpath.decompose.pass.cpp69 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/
Dpath.decompose.pass.cpp69 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/
Dtools_common.sh157 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/
Dllvm_checksum.py68 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/
Dgen_merged_sql_metrics.py80 root_path = os.path.commonprefix([os.path.abspath(x) for x in args.sql_files])
86 relpath = os.path.relpath(file_name, root_path)
Dgen_merged_protos123 for root_path in root_paths:
124 all_protos += get_transitive_imports(root_path, visited=set())
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py1770 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/
Dsimple_symbol_supplier.cc144 const string &root_path, string *symbol_file) { in GetSymbolFileAtPathFromRoot() argument
154 string path = root_path; in GetSymbolFileAtPathFromRoot()
Dsimple_symbol_supplier.h130 const string &root_path,
/external/libtextclassifier/abseil-cpp/absl/
Dabseil.podspec.gen.py101 def collect_rules(root_path): argument
104 for cur, _, _ in os.walk(root_path):
/external/webrtc/third_party/abseil-cpp/absl/
Dabseil.podspec.gen.py101 def collect_rules(root_path): argument
104 for cur, _, _ in os.walk(root_path):
/external/abseil-cpp/absl/
Dabseil.podspec.gen.py101 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/
Dabseil.podspec.gen.py101 def collect_rules(root_path): argument
104 for cur, _, _ in os.walk(root_path):
/external/openscreen/third_party/abseil/src/absl/
Dabseil.podspec.gen.py101 def collect_rules(root_path): argument
104 for cur, _, _ in os.walk(root_path):
/external/angle/third_party/abseil-cpp/absl/
Dabseil.podspec.gen.py101 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/
Dabsolute.pass.cpp46 {"/already_absolute", cwd.root_path() / "already_absolute"} in TEST_CASE()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java332 boolean ForEachFile(String root_path, in ForEachFile() argument
336 String root_path_full = root_path; in ForEachFile()

123