Home
last modified time | relevance | path

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

/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dcloud_storage.py255 def Exists(bucket, remote_path): argument
263 def Move(bucket1, bucket2, remote_path): argument
288 def Delete(bucket, remote_path): argument
294 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
436 def __init__(self, bucket, remote_path): argument
452 def Upload(bucket, remote_path, local_path, publicly_readable=False): argument
H A Dcloud_storage_unittest.py54 def _FakeGet(self, bucket, remote_path, local_path): argument
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/
H A Dvolume.proto68 string remote_path = 2; field
75 string remote_path = 1; field
/aosp_15_r20/external/googleapis/google/cloud/batch/v1/
H A Dvolume.proto68 string remote_path = 2; field
75 string remote_path = 1; field
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/
H A Dvolume.proto71 string remote_path = 2; field
93 string remote_path = 1; field
/aosp_15_r20/external/googleapis/google/cloud/batch/v1alpha/
H A Dvolume.proto71 string remote_path = 2; field
93 string remote_path = 1; field
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py395 def send_file(self, local_path, remote_path, ignore_status=False): argument
408 def pull_file(self, local_path, remote_path, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/cros/chameleon/
H A Daudio_widget.py445 def get_recorded_binary(self, remote_path, record_format): argument
750 def get_recorded_binary(self, remote_path, record_format): argument
H A Daudio_widget_arc.py56 def get_recorded_binary(self, remote_path, record_format): argument
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
/aosp_15_r20/tools/acloud/create/
H A Dcreate_args.py22 import posixpath as remote_path namespace
/aosp_15_r20/external/autotest/client/common_lib/
H A Dfile_utils.py123 def download_file(remote_path, local_path): argument
/aosp_15_r20/external/autotest/server/cros/cfm/
H A Dcfm_base_test.py166 def _safe_copy_file(self, remote_path, local_path): argument
/aosp_15_r20/tools/acloud/public/actions/
H A Dremote_instance_trusty_device_factory.py21 import posixpath as remote_path namespace
H A Dremote_host_cf_device_factory.py22 import posixpath as remote_path namespace
H A Dremote_host_gf_device_factory.py21 import posixpath as remote_path namespace
/aosp_15_r20/external/autotest/server/
H A Dserver_job.py1338 def add_client_log(self, hostname, remote_path, local_path): argument
1351 def remove_client_log(self, hostname, remote_path, local_path): argument
/aosp_15_r20/external/autotest/server/cros/multimedia/
H A Daudio_facade_adapter.py157 def get_recorded_file(self, remote_path, local_path): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_utils.py23 import posixpath as remote_path namespace
/aosp_15_r20/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py298 def pull(self, remote_path, local_path): argument
/aosp_15_r20/packages/modules/adb/
Dtest_device.py753 def _verify_remote(self, checksum, remote_path): argument
/aosp_15_r20/external/autotest/server/hosts/
H A Dcros_host.py2921 def __read_file(remote_path): argument
/aosp_15_r20/packages/modules/adb/client/
Dfile_sync_client.cpp68 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators()