Home
last modified time | relevance | path

Searched defs:base_path (Results 1 – 17 of 17) sorted by relevance

/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dtesting_test.py20 base_path = ('/var/cache/chromeos-chrome/chrome-src-internal/src/out_daisy/' variable
/external/webrtc/test/logging/
Dfile_log_writer.cc49 FileLogWriterFactory::FileLogWriterFactory(std::string base_path) in FileLogWriterFactory()
/external/libchrome/base/files/
Dscoped_temp_dir.cc38 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath()
Dscoped_temp_dir_unittest.cc67 FilePath base_path; in TEST() local
/external/jsoncpp/test/
Dpyjsontestrunner.py20 base_path = os.path.splitext(input_path)[0] variable
/external/autotest/client/
Dsetup_modules.py108 def setup(base_path, root_module_name=""): argument
/external/libabigail/tests/
Dtest-symtab.cc336 const std::string base_path = variable
417 const std::string base_path = "kernel-modversions/"; variable
/external/webrtc/tools_webrtc/
Dgn_check_autofix.py98 def Rebase(base_path, dependency_path, dependency): argument
/external/angle/scripts/
Dperf_test_runner.py21 base_path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..')) variable
/external/pdfium/
DPRESUBMIT.py48 def GenerateCheckdepsPath(base_path): argument
/external/iproute2/ip/
Dipvrf.c113 static void read_cgroup_pids(const char *base_path, char *name) in read_cgroup_pids()
145 static int recurse_dir(char *base_path, char *name, const char *netns) in recurse_dir()
/external/autotest/site_utils/admin_audit/
Dverifiers.py470 def _get_device_path(self, base_path, vid, pid): argument
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc710 bool GlobalHistogramAllocator::CreateWithActiveFile(const FilePath& base_path, in CreateWithActiveFile()
736 FilePath base_path, active_path, spare_path; in CreateWithActiveFileInDir() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py304 def _FileLock(base_path): argument
/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c315 try_match_deref(nir_deref_path *base_path, int *path_array_idx, in try_match_deref()
/external/rust/crates/url/src/
Dlib.rs430 let mut base_path = base_path.split('/').peekable(); in make_relative() localVariable
/external/python/pyopenssl/tests/
Dtest_crypto.py4165 def _create_ca_file(base_path, hash_directory, cacert): argument