Searched refs:tmp_file (Results 1 – 2 of 2) sorted by relevance
92 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()
141 string tmp_file = trace_file + "_binary"; in ConvertTrace() local142 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() local219 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()