Searched refs:TemporaryFileName (Results 1 – 10 of 10) sorted by relevance
17 with tempfile_ext.TemporaryFileName() as filename:24 with tempfile_ext.TemporaryFileName() as filename:
28 with tempfile_ext.TemporaryFileName() as filename:
48 def TemporaryFileName(prefix='tmp', suffix=''): function
62 with tempfile_ext.TemporaryFileName('foo') as filepath:
47 with tempfile_ext.TemporaryFileName(suffix='.json') as device_spec_path:
32 with tempfile_ext.TemporaryFileName() as output_file_name:
54 with tempfile_ext.TemporaryFileName() as output_file_name:
57 with tempfile_ext.TemporaryFileName() as output_file_name:
37 with tempfile_ext.TemporaryFileName() as trace_path:
26 with tempfile_ext.TemporaryFileName() as filename: