Home | History | Annotate | Download | only in scripts

Lines Matching refs:tmp_file

170       for tmp_file in tmp_files.values():
171 os.unlink(tmp_file)
207 tmp_file = None
209 tmp_fd, tmp_file = tempfile.mkstemp()
212 shared_file = tmp_file
213 tmp_file = None
216 if tmp_file:
218 os.unlink(tmp_file)
243 tmp_file = self.ExtractLibFromApk(apk_full_path, file_name)
244 if tmp_file:
245 tmp_files[file_name] = tmp_file
246 return file_name, tmp_file