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

  /external/autotest/server/cros/dynamic_suite/
constants.py 55 GS_OFFLOADER_INSTRUCTIONS = '.GS_OFFLOADER_INSTRUCTIONS'
  /external/autotest/site_utils/
job_directories.py 219 constants.GS_OFFLOADER_INSTRUCTIONS)):
  /external/autotest/tko/
parse.py 446 # Mark GS_OFFLOADER_NO_OFFLOAD in gs_offloader_instructions at the end of
448 # gs_offloader_instructions being updated, and logs can be uploaded for
453 # Update the gs_offloader_instructions json file.
455 path, constants.GS_OFFLOADER_INSTRUCTIONS)
456 gs_offloader_instructions = {}
459 gs_offloader_instructions = json.load(f)
461 gs_offloader_instructions[constants.GS_OFFLOADER_NO_OFFLOAD] = True
463 json.dump(gs_offloader_instructions, f)

Completed in 253 milliseconds