Searched defs:tempfile (Results 1 - 25 of 404) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dtempfile_ext.py8 import tempfile namespace
15 This is a context manager version of tempfile.mkdtemp. The arguments to this
21 d = tempfile.mkdtemp(suffix=suffix, prefix=prefix, dir=dir)
/external/autotest/client/bin/
H A Dupdate_intel_pci_ids16 import tempfile namespace
51 local_repo = tempfile.mkdtemp()
/external/autotest/server/cros/
H A Dgsutil_wrapper.py9 import tempfile namespace
34 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
/external/chromium-trace/catapult/common/eslint/eslint/
H A Dsmoke_test.py7 import tempfile namespace
27 tmp_file = tempfile.NamedTemporaryFile(
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dtrace_test.py4 import tempfile namespace
28 self._file = tempfile.NamedTemporaryFile()
H A Dlog_io_test.py8 import tempfile namespace
17 file = tempfile.NamedTemporaryFile()
25 file = tempfile.NamedTemporaryFile()
35 file = tempfile.NamedTemporaryFile()
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_blacklist_test.py7 import tempfile namespace
16 with tempfile.NamedTemporaryFile() as blacklist_file:
25 with tempfile.NamedTemporaryFile(delete=False) as blacklist_file:
/external/icu/tools/
H A Di18nutil.py3 import tempfile namespace
32 tmp_dir = tempfile.mkdtemp('-i18n')
/external/mesa3d/src/compiler/glsl/tests/
H A Dcompare_ir32 import tempfile namespace
48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
/external/skia/platform_tools/android/tradefed/
H A Dupload_dm_results.py13 import tempfile namespace
39 tmp = tempfile.mkdtemp()
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dcommon_util_unittest.py11 import tempfile namespace
26 json_file = tempfile.TemporaryFile()
38 json_file = tempfile.TemporaryFile()
/external/autotest/client/site_tests/kernel_SchedCgroups/
H A Dkernel_SchedCgroups.py7 import os, tempfile namespace
26 self._tmpdir = tempfile.mkdtemp()
/external/autotest/client/site_tests/login_GaiaLogin/
H A Dlogin_GaiaLogin.py5 import tempfile namespace
23 with tempfile.NamedTemporaryFile() as cap:
/external/autotest/client/site_tests/security_Minijail0/src/
H A Dmountns-enter.py8 import tempfile namespace
14 tmpdir = tempfile.mkdtemp(prefix="newns-", dir="/tmp")
/external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/
H A Daudiovideo_AVSyncInternalDisplayAudioJack.py7 import tempfile namespace
52 with tempfile.NamedTemporaryFile(prefix='playback_', suffix=ext) as f:
/external/autotest/site_utils/suite_scheduler/
H A Dforgiving_config_parser_unittest.py9 import logging, mox, os, tempfile, unittest namespace
17 self._tmpconfig = tempfile.NamedTemporaryFile()
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py1 import os, subprocess, tempfile namespace
14 tmpname = tempfile.mktemp()
33 tmp = tempfile.mktemp()
/external/fonttools/MetaTools/
H A DroundTrip.py19 import tempfile namespace
34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn)
35 ttFile2 = tempfile.mktemp(".%s" % fn)
36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
/external/python/cpython2/Lib/hotshot/
H A Dstones.py29 import tempfile namespace
30 main(tempfile.NamedTemporaryFile().name)
/external/python/cpython2/Lib/test/
H A Dmake_ssl_certs.py7 import tempfile namespace
95 with tempfile.NamedTemporaryFile(delete=False) as f:
106 with tempfile.NamedTemporaryFile(delete=False) as f:
144 with tempfile.NamedTemporaryFile("w") as t:
147 with tempfile.NamedTemporaryFile() as f:
H A Dthreaded_import_hangers.py12 import tempfile namespace
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
/external/skia/infra/bots/assets/clang_linux/
H A Dcreate.py15 import tempfile namespace
22 os.chdir(tempfile.mkdtemp())
/external/skia/tools/lua/
H A Dfind_ngrams_on_ct12 import tempfile namespace
40 tmp_script = tempfile.NamedTemporaryFile(delete=False)
/external/skia/tools/
H A Dmerge_static_libs.py10 import tempfile namespace
23 tempdir = tempfile.mkdtemp()
H A Dtest_pdfs.py17 import tempfile namespace

Completed in 891 milliseconds

1234567891011>>