/external/chromium-trace/catapult/common/py_utils/py_utils/ |
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
|
D | cloud_storage_unittest.py | 54 def _FakeGet(self, bucket, remote_path, local_path): argument
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | uploader.py | 17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
|
/external/autotest/client/common_lib/ |
D | file_utils.py | 123 def download_file(remote_path, local_path): argument
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget_arc.py | 56 def get_recorded_binary(self, remote_path, record_format): argument
|
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
|
/external/autotest/server/cros/cfm/ |
D | cfm_base_test.py | 166 def _safe_copy_file(self, remote_path, local_path): argument
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 157 def get_recorded_file(self, remote_path, local_path): argument
|
/external/autotest/server/ |
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
|
/external/autotest/server/hosts/ |
D | cros_host.py | 2921 def __read_file(remote_path): argument
|