Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/python/cpython2/Lib/test/
Dtest_csv.py123 fd, name = tempfile.mkstemp()
136 fd, name = tempfile.mkstemp()
208 fd, name = tempfile.mkstemp()
321 fd, name = tempfile.mkstemp()
383 fd, name = tempfile.mkstemp()
405 fd, name = tempfile.mkstemp()
416 fd, name = tempfile.mkstemp()
427 fd, name = tempfile.mkstemp()
438 fd, name = tempfile.mkstemp()
449 fd, name = tempfile.mkstemp()
[all …]
/external/v8/tools/
Dandroid-run.py50 (fd_out, outname) = tempfile.mkstemp()
51 (fd_err, errname) = tempfile.mkstemp()
79 (fd, fname) = tempfile.mkstemp()
/external/python/cpython2/Doc/library/
Dtempfile.rst23 now provides three new functions, :func:`NamedTemporaryFile`, :func:`mkstemp`,
41 The file is created using :func:`mkstemp`. It will be destroyed as soon
54 The *dir*, *prefix* and *suffix* parameters are passed to :func:`mkstemp`.
104 .. function:: mkstemp([suffix=''[, prefix='tmp'[, dir=None[, text=False]]]])
114 Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
118 otherwise there will be no suffix. :func:`mkstemp` does not put a dot
137 :func:`mkstemp` returns a tuple containing an OS-level handle to an open
154 :func:`mkstemp`.
164 Use :func:`mkstemp` instead.
168 as for :func:`mkstemp`.
/external/mesa3d/src/compiler/glsl/tests/
Dcompare_ir.py47 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
48 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m185 // mkstemp()
190 int mkstemp(char *template); function
194mkstemp("XX"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format s…
195 mkstemp("XXXXXX");
196 mkstemp("XXXXXXX");
201mkstemp("X"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format st…
/external/libcxx/test/support/
Dplatform_support.h69 int mkstemp(char*);
92 FD = mkstemp(&Name[0]); in get_temp_file_name()
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/external/deqp-deps/SPIRV-Tools/test/tools/
Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/external/u-boot/tools/patman/
Dtest.py72 inhandle, inname = tempfile.mkstemp()
77 exphandle, expname = tempfile.mkstemp()
210 inhandle, inname = tempfile.mkstemp()
/external/python/cpython3/Doc/library/
Dtempfile.rst21 context managers. :func:`mkstemp` and
37 …The file is created securely, using the same rules as :func:`mkstemp`. It will be destroyed as soon
56 defaults as with :func:`mkstemp`.
127 .. function:: mkstemp(suffix=None, prefix=None, dir=None, text=False)
137 Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
141 otherwise there will be no suffix. :func:`mkstemp` does not put a dot
167 :func:`mkstemp` returns a tuple containing an OS-level handle to an open
188 :func:`mkstemp`.
304 file immediately. This approach is used by :func:`mkstemp` and the
310 Use :func:`mkstemp` instead.
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
154 fd, name = mkstemp('.py')
260 fd, name = mkstemp('.py')
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
154 fd, name = mkstemp('.py')
260 fd, name = mkstemp('.py')
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
100 fd, name = mkstemp('.py')
178 fd, name = mkstemp('.py')
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
100 fd, name = mkstemp('.py')
178 fd, name = mkstemp('.py')
/external/python/cpython2/Lib/
Dtoaiff.py81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
/external/python/cpython2/Lib/plat-irix6/
Dtorgb.py76 (fd, fname) = tempfile.mkstemp()
97 (fd, temp) = tempfile.mkstemp()
/external/python/cpython2/Lib/plat-irix5/
Dtorgb.py76 (fd, fname) = tempfile.mkstemp()
97 (fd, temp) = tempfile.mkstemp()
/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format_test.py370 fd, fname = tempfile.mkstemp('.h5')
426 fd, fname = tempfile.mkstemp('.h5', dir=self.get_temp_dir())
448 fd, fname = tempfile.mkstemp('.h5')
484 fd, fname = tempfile.mkstemp('.h5')
524 fd, fname = tempfile.mkstemp('.h5')
544 fd, fname = tempfile.mkstemp('.h5')
562 fd, fname = tempfile.mkstemp('.h5')
579 fd, fname = tempfile.mkstemp('.h5')
598 fd, fname = tempfile.mkstemp('.h5')
631 fd, fname = tempfile.mkstemp('.h5')
[all …]
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py78 _, client_file_path = tempfile.mkstemp(
219 _, remote_path = tempfile.mkstemp(
/external/toolchain-utils/cros_utils/
Demail_sender.py95 body_fd, body_filename = tempfile.mkstemp()
130 fd, fname = tempfile.mkstemp(suffix=report_suffix)
/external/autotest/client/cros/multimedia/
Daudio_facade_native.py438 _, file_path = tempfile.mkstemp(prefix='capture_', suffix='.amr-nb')
492 _, self.file_path = tempfile.mkstemp(prefix='capture_', suffix='.raw')
597 _, self.file_path = tempfile.mkstemp(prefix='listen_', suffix='.raw')
/external/autotest/server/brillo/
Daudio_utils.py122 _, local_filename = tempfile.mkstemp(
137 _, local_encoded_filename = tempfile.mkstemp(
/external/parameter-framework/upstream/test/tmpfile/posix/
DTmpFile.cpp46 int fd = mkstemp(path); in mktmp()
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c147 fd = mkstemp(filename); in main()
262 fd = mkstemp(filename); in main()
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py31 _filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data')
108 filehandle, filename = tempfile.mkstemp()
125 filehandle, filename = tempfile.mkstemp()

12345678910>>...13