Home
last modified time | relevance | path

Searched defs:source_path (Results 1 – 23 of 23) sorted by relevance

/external/autotest/scheduler/
Ddrone_utility.py261 def copy_file_or_directory(self, source_path, destination_path): argument
302 def _same_file(self, source_path, destination_path): argument
357 def _sync_get_file_from(self, hostname, source_path, destination_path): argument
366 def get_file_from(self, hostname, source_path, destination_path): argument
371 def _sync_send_file_to(self, hostname, source_path, destination_path, argument
400 def send_file_to(self, hostname, source_path, destination_path, argument
Ddrones.py220 def send_file_to(self, drone, source_path, destination_path, argument
250 def send_file_to(self, drone, source_path, destination_path, argument
Ddrone_manager.py882 def _copy_results_helper(self, process, source_path, destination_path, argument
900 def copy_to_results_repository(self, process, source_path, argument
931 def _copy_to_results_repository(self, process, source_path, argument
943 def copy_results_on_drone(self, process, source_path, destination_path): argument
Ddrone_manager_unittest.py43 def send_file_to(self, drone, source_path, destination_path, argument
64 def was_file_sent(self, drone, source_path, destination_path): argument
/external/webrtc/
Dsetup_links.py223 def __init__(self, source_path, link_path): argument
260 def symlink(source_path, link_path): argument
371 def _ActionForPath(source_path, link_path=None, check_fn=None, argument
/external/libyuv/files/
Dsetup_links.py202 def __init__(self, source_path, link_path): argument
239 def symlink(source_path, link_path): argument
350 def _ActionForPath(source_path, link_path=None, check_fn=None, argument
/external/autotest/client/site_tests/video_GlitchDetection/
Dvideo_GlitchDetection.py36 def run_once(self, source_path, codec, resolution, host, args, argument
/external/squashfs-tools/squashfs-tools/
Dsort.c108 int add_sort_list(char *path, int priority, int source, char *source_path[]) in add_sort_list()
217 int read_sort_file(char *filename, int source, char *source_path[]) in read_sort_file()
Dmksquashfs.c239 char **source_path; variable
/external/autotest/client/bin/result_tools/
Drunner.py127 def collect_last_summary(host, source_path, dest_path, argument
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto176 optional string source_path = 2; field
189 optional string source_path = 2; field
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py52 def source_path(self): member in _Move
/external/toolchain-utils/
Dbuild_tc.py32 source_path, argument
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dpower_DeferForFlashrom.py45 def create_temp_file(self, base_name, source_path, size): argument
/external/libcxx/utils/libcxx/android/test/
Dformat.py55 def _build(self, exec_path, source_path, compile_only=False, argument
/external/autotest/server/
Dcrashcollect.py50 def _collect_log_file_with_summary(host, source_path, dest_path): argument
/external/skia/infra/bots/recipe_modules/core/resources/
Delf_symbolizer.py461 def __init__(self, name, source_path, source_line, was_ambiguous=False, argument
/external/skqp/infra/bots/recipe_modules/core/resources/
Delf_symbolizer.py461 def __init__(self, name, source_path, source_line, was_ambiguous=False, argument
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py485 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
708 def _cache_bytecode(self, source_path, cache_path, data): argument
845 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/external/autotest/server/cros/
Ddebugd_dev_tools.py254 def _get_temp_path(self, source_path): argument
/external/llvm/utils/lit/lit/
DTestRunner.py546 def parseIntegratedTestScriptCommands(source_path, keywords): argument
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dpush_to_device.py119 def push(self, source_path, dest_path): argument
131 def pull(self, source_path, dest_path): argument
/external/selinux/libsepol/cil/src/
Dcil_binary.c4502 char *source_path; in __cil_init_sepol_avrule() local