Home
last modified time | relevance | path

Searched defs:dest_path (Results 1 – 14 of 14) sorted by relevance

/external/autotest/server/
Dcrashcollect.py50 def _collect_log_file_with_summary(host, source_path, dest_path): argument
78 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, argument
140 def _collect_log_file_with_tmpdir(host, log_path, dest_path): argument
300 def collect_command(host, command, dest_path): argument
Dsite_utils.py241 def remote_wget(source_url, dest_path, ssh_cmd): argument
/external/autotest/client/cros/multimedia/
Darc_resource.py79 def stop_microphone_app(self, dest_path): argument
146 def _get_file(self, dest_path): argument
202 def start_playback(self, dest_path): argument
233 def _start_app(self, dest_path): argument
348 def _start_app(self, dest_path): argument
/external/autotest/client/bin/
Dharness_autoserv.py85 def fetch_package(self, pkg_name, dest_path): argument
101 def fetch_pkg_file(self, filename, dest_path): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dfile_util.py10 def CopyFileWithIntermediateDirectories(source_path, dest_path): argument
/external/python/cryptography/docs/development/custom-vectors/secp256k1/
Dgenerate_secp256k1.py79 dest_path = os.path.join("asymmetric", "ECDSA", "SECP256K1", "SigGen.txt") variable
/external/autotest/site_utils/
Dgs_offloader.py660 def offload(self, dir_entry, dest_path, job_complete_time): argument
691 def _full_offload(self, dir_entry, dest_path, job_complete_time): argument
726 def _full_offload(self, dir_entry, dest_path, job_complete_time): argument
778 def _try_offload(self, dir_entry, dest_path, argument
913 def _full_offload(self, dir_entry, dest_path, job_complete_time): argument
/external/autotest/client/bin/result_tools/
Drunner.py128 def collect_last_summary(host, source_path, dest_path, argument
/external/autotest/client/common_lib/
Dpackages.py126 def fetch_pkg_file(self, filename, dest_path): argument
188 def fetch_pkg_file(self, filename, dest_path): argument
223 def fetch_pkg_file(self, filename, dest_path): argument
441 def fetch_pkg(self, pkg_name, dest_path, repo_url=None, use_checksum=False): argument
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c262 const char *dest_path = "/tmp"; in test_priv_mount_unpriv_remount() local
/external/crosvm/io_jail/src/
Dlib.rs430 let dest_path = in mount_with_data() localVariable
482 let dest_path = in mount_bind() localVariable
/external/autotest/site_utils/lxc/
Dcontainer.py521 def install_ssp_isolate(self, isolate_hash, dest_path=None): argument
/external/protobuf/src/google/protobuf/
Ddescriptor.cc6400 std::vector<int> dest_path = options_path; in InterpretSingleOption() local
/external/python/cpython3/Modules/
Dposixmodule.c7928 _joinW(WCHAR *dest_path, const WCHAR *root, const WCHAR *rest) in _joinW()