Home
last modified time | relevance | path

Searched refs:temp_dir (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd_line_script.py8 temp_dir, make_script, compile_script,
98 with temp_dir() as script_dir:
103 with temp_dir() as script_dir:
110 with temp_dir() as script_dir:
115 with temp_dir() as script_dir:
122 with temp_dir() as script_dir:
127 with temp_dir() as script_dir:
133 with temp_dir() as script_dir:
140 with temp_dir() as script_dir:
147 with temp_dir() as script_dir:
[all …]
Dtest_runpy.py9 from test.script_helper import (temp_dir, make_script, compile_script,
325 with temp_dir() as script_dir:
332 with temp_dir() as script_dir:
341 with temp_dir() as script_dir:
348 with temp_dir() as script_dir:
357 with temp_dir() as script_dir:
364 with temp_dir() as script_dir:
371 with temp_dir() as script_dir:
379 with temp_dir() as script_dir:
387 with temp_dir() as script_dir, temp_dir() as dummy_dir:
Dtest_zipimport_support.py18 temp_dir, make_script, make_zip_script)
77 with temp_dir() as d:
105 with temp_dir() as d:
192 with temp_dir() as d:
219 with temp_dir() as d:
Dscript_helper.py92 def temp_dir(): function
Dtest_argparse.py44 self.temp_dir = tempfile.mkdtemp()
46 os.chdir(self.temp_dir)
50 shutil.rmtree(self.temp_dir, True)
53 file_path = os.path.join(self.temp_dir, filename)
1451 file = open(os.path.join(self.temp_dir, file_name), 'w')
1476 file = open(os.path.join(self.temp_dir, file_name), 'w')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dcygwinccompiler.py203 temp_dir = os.path.dirname(objects[0])
209 def_file = os.path.join(temp_dir, dll_name + ".def")
210 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
Demxccompiler.py126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
Dbcppcompiler.py223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dist.py341 temp_dir = self.mkdtemp()
342 user_filename = os.path.join(temp_dir, user_filename)
354 os.environ['HOME'] = temp_dir
361 os.environ['HOME'] = temp_dir