/external/python/cpython2/Lib/test/ |
D | test_csv.py | 123 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/ |
D | android-run.py | 50 (fd_out, outname) = tempfile.mkstemp() 51 (fd_err, errname) = tempfile.mkstemp() 79 (fd, fname) = tempfile.mkstemp()
|
/external/bison/lib/ |
D | stdlib.in.h | 397 # 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/ |
D | platform_support.h | 64 int mkstemp(char*); 87 FD = mkstemp(&Name[0]); in get_temp_file_name()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | compare_ir | 48 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/ |
D | benchmark_metrics_experiment_unittest.py | 37 group_statistics_file, group_statistics_filename = tempfile.mkstemp() 41 function_statistics_file, function_statistics_filename = tempfile.mkstemp()
|
/external/python/cpython2/Doc/library/ |
D | tempfile.rst | 23 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/ |
D | stdlib.h | 719 # 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/ |
D | security-syntax-checks.m | 185 // mkstemp() 190 int mkstemp(char *template); function 194 …mkstemp("XX"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format s… 195 mkstemp("XXXXXX"); 196 mkstemp("XXXXXXX"); 201 …mkstemp("X"); // expected-warning {{Call to 'mkstemp' should have at least 6 'X's in the format st…
|
/external/bison/darwin-lib/ |
D | stdlib.h | 719 # 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/ |
D | toaiff.py | 81 (fd, fname) = tempfile.mkstemp() 104 (fd, temp) = tempfile.mkstemp()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | torgb.py | 76 (fd, fname) = tempfile.mkstemp() 97 (fd, temp) = tempfile.mkstemp()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | torgb.py | 76 (fd, fname) = tempfile.mkstemp() 97 (fd, temp) = tempfile.mkstemp()
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 78 _, client_file_path = tempfile.mkstemp( 189 _, remote_path = tempfile.mkstemp(
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 95 body_fd, body_filename = tempfile.mkstemp() 130 fd, fname = tempfile.mkstemp(suffix=report_suffix)
|
/external/parameter-framework/upstream/test/tmpfile/posix/ |
D | TmpFile.cpp | 46 int fd = mkstemp(path); in mktmp()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 8-1.c | 41 fd1 = mkstemp(path); in main()
|
/external/toolchain-utils/crosperf/ |
D | crosperf_test.py | 36 filehandle, filename = tempfile.mkstemp()
|
/external/autotest/server/brillo/ |
D | audio_utils.py | 122 _, local_filename = tempfile.mkstemp( 137 _, local_encoded_filename = tempfile.mkstemp(
|
/external/bison/djgpp/ |
D | subpipe.c | 83 fd = mkstemp(tmp_file_name[0]); in init_subpipe() 90 fd = mkstemp(tmp_file_name[1]); in init_subpipe()
|
/external/elfutils/tests/ |
D | newscn.c | 43 fd = mkstemp (name); in main()
|
/external/autotest/site_utils/ |
D | backup_mysql_db.py | 131 _, filename = tempfile.mkstemp('autotest_db_dump') 157 _, parameters['filename'] = tempfile.mkstemp('autotest_db_dump')
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_socket_bind_listen.c | 147 fd = mkstemp(filename); in main() 262 fd = mkstemp(filename); in main()
|
/external/toybox/toys/lsb/ |
D | mktemp.c | 47 if (d_flag ? !mkdtemp(template) : mkstemp(template) == -1) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 3-7.c | 37 fd = mkstemp(filename); in main()
|