Home
last modified time | relevance | path

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

/test/vts/utils/python/mirror/
Dshell_mirror.py92 tmp_file = os.path.join(tmp_dir, result_type + str(index))
93 logging.debug("pulling file: %s to %s", val, tmp_file)
94 self._adb.pull(val, tmp_file)
95 result_val[index] = open(tmp_file, "r").read()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp141 string tmp_file = trace_file + "_binary"; in ConvertTrace() local
142 if (!WriteProfilingMsg(tmp_file, profiling_msg)) { in ConvertTrace()
143 cerr << __func__ << ": Failed to write new trace file: " << tmp_file in ConvertTrace()
218 string tmp_file = trace_file + "_tmp"; in CleanupTraceFile() local
219 if (!WriteProfilingMsg(tmp_file, clean_profiling_msg)) { in CleanupTraceFile()
220 cerr << __func__ << ": Failed to write new trace file: " << tmp_file in CleanupTraceFile()
224 if (rename(tmp_file.c_str(), trace_file.c_str())) { in CleanupTraceFile()