Home
last modified time | relevance | path

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

12345678910

/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/bison/lib/
Dstdlib.in.h397 # define mkstemp rpl_mkstemp
399 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
400 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
403 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
405 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
407 _GL_CXXALIASWARN (mkstemp);
409 # undef mkstemp
411 _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - "
/external/libcxx/test/support/
Dplatform_support.h64 int mkstemp(char*);
87 FD = mkstemp(&Name[0]); in get_temp_file_name()
/external/mesa3d/src/compiler/glsl/tests/
Dcompare_ir48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
/external/toolchain-utils/user_activity_benchmarks/
Dbenchmark_metrics_experiment_unittest.py37 group_statistics_file, group_statistics_filename = tempfile.mkstemp()
41 function_statistics_file, function_statistics_filename = 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/bison/linux-lib/
Dstdlib.h719 # define mkstemp rpl_mkstemp
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
725 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
727 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
729 _GL_CXXALIASWARN (mkstemp);
731 # undef mkstemp
733 _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - "
/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/bison/darwin-lib/
Dstdlib.h719 # define mkstemp rpl_mkstemp
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
725 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
727 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
729 _GL_CXXALIASWARN (mkstemp);
731 # undef mkstemp
733 _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - "
/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/autotest/server/cros/multimedia/
Daudio_facade_adapter.py78 _, client_file_path = tempfile.mkstemp(
189 _, 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/parameter-framework/upstream/test/tmpfile/posix/
DTmpFile.cpp46 int fd = mkstemp(path); in mktmp()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D8-1.c41 fd1 = mkstemp(path); in main()
/external/toolchain-utils/crosperf/
Dcrosperf_test.py36 filehandle, filename = tempfile.mkstemp()
/external/autotest/server/brillo/
Daudio_utils.py122 _, local_filename = tempfile.mkstemp(
137 _, local_encoded_filename = tempfile.mkstemp(
/external/bison/djgpp/
Dsubpipe.c83 fd = mkstemp(tmp_file_name[0]); in init_subpipe()
90 fd = mkstemp(tmp_file_name[1]); in init_subpipe()
/external/elfutils/tests/
Dnewscn.c43 fd = mkstemp (name); in main()
/external/autotest/site_utils/
Dbackup_mysql_db.py131 _, filename = tempfile.mkstemp('autotest_db_dump')
157 _, parameters['filename'] = tempfile.mkstemp('autotest_db_dump')
/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/toybox/toys/lsb/
Dmktemp.c47 if (d_flag ? !mkdtemp(template) : mkstemp(template) == -1) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D3-7.c37 fd = mkstemp(filename); in main()

12345678910