Home
last modified time | relevance | path

Searched refs:TemporaryDirectory (Results 1 - 25 of 44) sorted by relevance

12

/third_party/python/Lib/test/test_tools/
H A Dtest_lll.py20 with tempfile.TemporaryDirectory() as dir1, \
21 tempfile.TemporaryDirectory() as dir2:
H A Dtest_gprof2html.py26 tempfile.TemporaryDirectory() as tmpdir:
H A Dtest_pdeps.py20 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/python/Lib/test/test_tomllib/
H A Dtest_misc.py20 with tempfile.TemporaryDirectory() as tmp_dir_path:
30 with tempfile.TemporaryDirectory() as tmp_dir_path:
/third_party/python/Lib/test/
H A Dtest_tabnanny.py177 with tempfile.TemporaryDirectory() as tmp_dir:
196 with tempfile.TemporaryDirectory() as tmp_dir:
243 with tempfile.TemporaryDirectory() as tmp_dir:
H A Dtest_ensurepip.py21 with tempfile.TemporaryDirectory() as tmpdir:
46 with tempfile.TemporaryDirectory() as tmpdir:
H A Dtest_zipapp.py21 tmpdir = tempfile.TemporaryDirectory()
332 tmpdir = tempfile.TemporaryDirectory()
H A Dtest_doctest.py757 with tempfile.TemporaryDirectory() as parent_dir:
H A Dtest_tempfile.py154 "TemporaryDirectory" : 1,
275 with tempfile.TemporaryDirectory() as our_temp_directory:
1493 """Test TemporaryDirectory()."""
1499 tmp = tempfile.TemporaryDirectory(
1521 with tempfile.TemporaryDirectory() as nonexistent:
1524 tempfile.TemporaryDirectory(dir=nonexistent)
1528 # A TemporaryDirectory is deleted when cleaned up
1533 "TemporaryDirectory %s does not exist" % d.name)
1536 "TemporaryDirectory %s exists after cleanup" % d.name)
1542 with tempfile.TemporaryDirectory() a
[all...]
/third_party/ninja/misc/
H A Doutput_test.py22 with tempfile.TemporaryDirectory() as d:
131 with tempfile.TemporaryDirectory() as d:
/third_party/skia/infra/bots/assets/skimage/
H A Dcreate_and_upload.py33 with tempfile.TemporaryDirectory(prefix=tmp_prefix) as tmp:
/third_party/libinput/tools/
H A Drazer-quirks-lister.py23 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/mesa3d/bin/
H A Dgen_calendar_entries_test.py43 with tempfile.TemporaryDirectory() as d:
158 with tempfile.TemporaryDirectory() as d:
/third_party/mbedtls/scripts/
H A Dmin_requirements.py88 with tempfile.TemporaryDirectory() as temp_dir:
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py88 with tempfile.TemporaryDirectory() as d:
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py81 with tempfile.TemporaryDirectory() as out_dir:
H A Droll_abseil.py108 with tempfile.TemporaryDirectory() as abseil_root:
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py60 temp_obj = tempfile.TemporaryDirectory(prefix='loader_codegen_')
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py119 with tempfile.TemporaryDirectory(prefix="chrome-") as tmp_dir_path:
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py173 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/notofonts/scripts/
H A Dgather.py142 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/python/Lib/ensurepip/
H A D__init__.py169 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_extension_data.py124 with tempfile.TemporaryDirectory() as tempdirname:
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py159 tempdir = tempfile.TemporaryDirectory()
/third_party/PyYAML/
H A Dsetup.py258 tempdir = tempfile.TemporaryDirectory(prefix='test_pyyaml')

Completed in 14 milliseconds

12