Home
last modified time | relevance | path

Searched refs:_consolidated_json_fp (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/faft/utils/
Dconfig.py20 def _consolidated_json_fp(): function
51 with open(_consolidated_json_fp()) as f:
Dconfig_unittest.py54 with open(config._consolidated_json_fp(), 'w') as f:
61 os.remove(config._consolidated_json_fp())