Home
last modified time | relevance | path

Searched refs:GetGsutilPath (Results 1 – 11 of 11) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_upload_test.py230 mock_gcs_util.GetGsutilPath.return_value = ""
244 mock_gcs_util.GetGsutilPath.return_value = "/path/to/bin/gsutil"
262 mock_gcs_util.GetGsutilPath.return_value = "/path/to/bin/gsutil"
285 mock_gcs_util.GetGsutilPath.return_value = "/path/to/bin/gsutil"
301 mock_gcs_util.GetGsutilPath.return_value = "/path/to/bin/gsutil"
Dcommand_reproduce_test.py274 mock_gcs_util.GetGsutilPath.return_value = ""
285 mock_gcs_util.GetGsutilPath.return_value = "/mock_bin/gsutil"
299 mock_gcs_util.GetGsutilPath.return_value = "/mock_bin/gsutil"
328 mock_gcs_util.GetGsutilPath.return_value = "/mock_bin/gsutil"
Dcommand_sheet_test.py311 mock_gcs_utils.GetGsutilPath.return_value = "mock_gsutil"
Dcommand_reproduce.py81 gsutil_path = gcs_utils.GetGsutilPath()
Dcommand_retry.py81 gsutil_path = gcs_utils.GetGsutilPath()
Dcommand_sheet.py237 gsutil_path = gcs_utils.GetGsutilPath()
Dcommand_upload.py93 gsutil_path = gcs_utils.GetGsutilPath()
/test/framework/harnesses/host_controller/utils/gcp/
Dgcs_utils.py22 def GetGsutilPath(): function
/test/vts/utils/python/gcs/
Dgcs_utils_test.py79 result = gcs_utils.GcsUtils.GetGsutilPath()
Dgcs_utils.py78 def GetGsutilPath(): member in GcsUtils
/test/framework/harnesses/host_controller/build/
Dbuild_provider_gcs.py75 gsutil_path = gcs_utils.GetGsutilPath()