Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/depstest/
Ddepstest.py41 def _ReadObjFile(root_path, library_name, obj_name): argument
83 def _ReadLibrary(root_path, library_name): argument
143 def Process(root_path): argument
/external/libchrome/base/files/
Dfile_enumerator_posix.cc42 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator()
54 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator()
Dfile_util.cc38 int64_t ComputeDirectorySize(const FilePath& root_path) { in ComputeDirectorySize()
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.cc144 const string &root_path, string *symbol_file) { in GetSymbolFileAtPathFromRoot()
/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
/external/selinux/policycoreutils/sestatus/
Dsestatus.c176 char *context, *root_path; in main() local
/external/libweave/src/
Dcomponent_manager_impl.cc665 std::string root_path; in FindComponentAt() local
/external/llvm/lib/Support/
DPath.cpp355 StringRef root_path(StringRef path) { in root_path() function