Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/tools/
Datest_tools.py137 def _dump_index(dump_file, output, output_re, key, value): argument
154 with open(dump_file, 'wb') as cache_file:
162 os.remove(dump_file)
163 logging.error('Failed in dumping %s', dump_file)
230 _dump_index(dump_file=index, output=output,
247 _dump_index(dump_file=index, output=output,
264 _dump_index(dump_file=index,
/tools/asuite/atest/tools/
Datest_tools.py158 def _dump_index(dump_file, output, output_re, key, value): argument
176 with open(dump_file, 'wb') as cache_file:
188 os.remove(dump_file)
189 logging.error('Failed in dumping %s', dump_file)
263 _dump_index(dump_file=index, output=output,
280 _dump_index(dump_file=index, output=output,
297 _dump_index(dump_file=index,