Home | History | Annotate | Download | only in scripts

Lines Matching refs:tmp_file

174       for tmp_file in tmp_files.values():
175 os.unlink(tmp_file)
211 tmp_file = None
213 tmp_fd, tmp_file = tempfile.mkstemp()
216 shared_file = tmp_file
217 tmp_file = None
220 if tmp_file:
222 os.unlink(tmp_file)
247 tmp_file = self.ExtractLibFromApk(apk_full_path, file_name)
248 if tmp_file:
249 tmp_files[file_name] = tmp_file
250 return file_name, tmp_file