Home
last modified time | relevance | path

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

12

/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()
Dfile_enumerator_unittest.cc31 const FilePath& root_path, in RunEnumerator() argument
37 FileEnumerator enumerator(root_path, recursive, file_type, pattern, in RunEnumerator()
/external/icu/icu4c/source/test/depstest/
Ddepstest.py43 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/
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/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/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/swiftshader/third_party/llvm-7.0/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/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc186 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/
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/u-boot/configs/
Daxm_defconfig19root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
/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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h197 const StringRef root_path(StringRef path);
/external/autotest/client/cros/crash/
Duser_crash_test.py64 def _prepare_crasher(self, root_path='/'): argument
72 self._root_path = root_path
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h245 StringRef root_path(StringRef path);
/external/llvm/include/llvm/Support/
DPath.h245 StringRef root_path(StringRef path);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp265 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/
Dgn_to_cmake.py162 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/
Dgn_to_cmake.py162 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/
DPath.cpp360 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/
DPath.cpp360 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/
DPath.cpp362 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/
DPath.h262 StringRef root_path(StringRef path, Style style = Style::native);

12