HomeSort by relevance Sort by last modified time
    Searched refs:gs_cmd (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/dynamic_suite/
reporting_utils.py 303 gs_cmd = '%s%s%s/metadata.json' % (_gs_file_prefix,
306 return json.loads(gs_context.Cat(gs_cmd))
  /external/autotest/client/common_lib/
site_utils.py 310 gs_cmd = ' '.join(['gsutil', 'ls', uri_pattern])
311 result = base_utils.system_output(gs_cmd).splitlines()
    [all...]

Completed in 55 milliseconds