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

  /external/toolchain-utils/binary_search_tool/test/
binary_search_tool_tester.py 46 os.remove(binary_search_state.STATE_FILE)
53 os.remove(os.readlink(binary_search_state.STATE_FILE))
54 os.remove(binary_search_state.STATE_FILE)
118 os.remove(binary_search_state.STATE_FILE)
127 os.remove(os.readlink(binary_search_state.STATE_FILE))
132 './is_setup', binary_search_state.STATE_FILE, 'noinc_prune_bad',
194 state_file = binary_search_state.STATE_FILE
197 with open(state_file, 'w') as f:
204 with open(state_file, 'r') as f
    [all...]
  /external/v8/tools/release/
common_includes.py 439 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
440 if not self._state and os.path.exists(state_file):
441 self._state.update(json.loads(FileToText(state_file)))
448 TextToFile(json.dumps(self._state), state_file)
867 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
868 if options.step == 0 and os.path.exists(state_file):
869 os.remove(state_file)
  /external/autotest/server/
autotest.py 581 state_file = host.job.preprocess_client_state()
582 host.send_file(state_file, atrun.remote_control_file + '.init.state')
583 os.remove(state_file)
    [all...]

Completed in 804 milliseconds