/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage.py | 255 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 D | cloud_storage_unittest.py | 54 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 D | volume.proto | 68 string remote_path = 2; field 75 string remote_path = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/batch/v1/ |
H A D | volume.proto | 68 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 D | volume.proto | 71 string remote_path = 2; field 93 string remote_path = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/batch/v1alpha/ |
H A D | volume.proto | 71 string remote_path = 2; field 93 string remote_path = 1; field
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 395 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 D | audio_widget.py | 445 def get_recorded_binary(self, remote_path, record_format): argument 750 def get_recorded_binary(self, remote_path, record_format): argument
|
H A D | audio_widget_arc.py | 56 def get_recorded_binary(self, remote_path, record_format): argument
|
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
H A D | uploader.py | 17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
|
/aosp_15_r20/tools/acloud/create/ |
H A D | create_args.py | 22 import posixpath as remote_path namespace
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | file_utils.py | 123 def download_file(remote_path, local_path): argument
|
/aosp_15_r20/external/autotest/server/cros/cfm/ |
H A D | cfm_base_test.py | 166 def _safe_copy_file(self, remote_path, local_path): argument
|
/aosp_15_r20/tools/acloud/public/actions/ |
H A D | remote_instance_trusty_device_factory.py | 21 import posixpath as remote_path namespace
|
H A D | remote_host_cf_device_factory.py | 22 import posixpath as remote_path namespace
|
H A D | remote_host_gf_device_factory.py | 21 import posixpath as remote_path namespace
|
/aosp_15_r20/external/autotest/server/ |
H A D | server_job.py | 1338 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 D | audio_facade_adapter.py | 157 def get_recorded_file(self, remote_path, local_path): argument
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | cvd_utils.py | 23 import posixpath as remote_path namespace
|
/aosp_15_r20/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 298 def pull(self, remote_path, local_path): argument
|
/aosp_15_r20/packages/modules/adb/ |
D | test_device.py | 753 def _verify_remote(self, checksum, remote_path): argument
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | cros_host.py | 2921 def __read_file(remote_path): argument
|
/aosp_15_r20/packages/modules/adb/client/ |
D | file_sync_client.cpp | 68 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators()
|