Home
last modified time | relevance | path

Searched refs:IsGcsFile (Results 1 – 7 of 7) sorted by relevance

/test/framework/harnesses/host_controller/utils/gcp/
Dgcs_utils.py41 def IsGcsFile(gsutil_path, url): function
/test/framework/harnesses/host_controller/build/
Dbuild_provider_gcs.py80 if not gcs_utils.IsGcsFile(gsutil_path, path):
/test/framework/harnesses/host_controller/command_processor/
Dcommand_reproduce_test.py300 mock_gcs_util.IsGcsFile.return_value = True
329 mock_gcs_util.IsGcsFile.return_value = True
Dcommand_sheet_test.py312 mock_gcs_utils.IsGcsFile.return_value = False
Dcommand_retry.py87 or not gcs_utils.IsGcsFile(gsutil_path, gcs_result_path)):
Dcommand_reproduce.py89 or not gcs_utils.IsGcsFile(gsutil_path, args.report_path)):
Dcommand_sheet.py241 if gcs_utils.IsGcsFile(gsutil_path, gcs_url):