Home
last modified time | relevance | path

Searched defs:local_path (Results 1 – 20 of 20) sorted by relevance

/external/openscreen/build/scripts/
Dinstall-sysroot.py81 def DownloadFile(url, local_path): argument
94 def ValidateFile(local_path, expected_sum): argument
/external/cpuinfo/scripts/
Dandroid-device-dump.py252 def adb_push(local_path, device_path): argument
260 def adb_pull(device_path, local_path): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py294 def Get(bucket, remote_path, local_path): argument
397 def _GetLocked(bucket, remote_path, local_path): argument
418 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
452 def Upload(bucket, remote_path, local_path, publicly_readable=False): argument
Dcloud_storage_unittest.py54 def _FakeGet(self, bucket, remote_path, local_path): argument
/external/skqp/tools/skp/
Dwebpages_playback.py438 def download_file(self, name, local_path): argument
467 def download_file(self, name, local_path): argument
487 def download_file(self, name, local_path): argument
/external/skia/tools/skp/
Dwebpages_playback.py491 def download_file(self, name, local_path): argument
520 def download_file(self, name, local_path): argument
540 def download_file(self, name, local_path): argument
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb25 def local_path( *parts ) method
162 def local_path( *args ) method in ANTLR3.Test.Functional
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
/external/chromium-trace/catapult/devil/devil/utils/
Dupdate_dependencies.py103 def UpdateDependency(dependency_name, dependency_info, local_path, platform): argument
/external/autotest/client/common_lib/
Dfile_utils.py123 def download_file(remote_path, local_path): argument
/external/autotest/server/cros/cfm/
Dcfm_base_test.py166 def _safe_copy_file(self, remote_path, local_path): argument
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py333 def corrupt_diagnostics_image(self, local_path): argument
678 def cbfs_extract_diagnostics(self, diag_name, local_path): argument
790 def cbfs_replace_diagnostics(self, diag_name, local_path): argument
/external/jsoncpp/devtools/
Dantglob.py192 def local_path(paths): function
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py135 def clone_with_retries(repo, local_path, num_retries=10): argument
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc761 Path local_path({fe_.id(), Ref->getDecl()->getName()}); in VisitCallExpr() local
1119 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1205 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1216 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
/external/webrtc/
Dpresubmit_test_mocks.py104 def __init__(self, local_path, new_contents=None, old_contents=None, argument
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py157 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/server/
Dserver_job.py1287 def add_client_log(self, hostname, remote_path, local_path): argument
1300 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc489 auto local_path = GetLocalLargeFile(); in TEST_F() local
/external/openssh/
Dsftp-client.c1198 const char *local_path, Attrib *a, int preserve_flag, int resume_flag, in do_download()
1609 do_upload(struct sftp_conn *conn, const char *local_path, in do_upload()