Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 5 of 5) sorted by relevance

/test/framework/harnesses/host_controller/utils/gcp/
Dgcs_utils.py87 def Remove(gsutil_path, url, recursive=False): argument
102 gsutil_path, ("r" if recursive else ""), url)
/test/vts/utils/python/mirror/
Dhal_mirror.py206 recursive=True)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py574 recursive=False): argument
604 if recursive and hasattr(result, "import"):
/test/framework/harnesses/host_controller/command_processor/
Dcommand_upload_test.py271 "/path/to/bin/gsutil", "gs://report-bucket/dir", recursive=True)
Dcommand_upload.py137 if not gcs_utils.Remove(gsutil_path, dest_path, recursive=True):