Home
last modified time | relevance | path

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

123456789

/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/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()
Dprocess_hot_functions_unittest.py156 temp_file, temp_filename = tempfile.mkstemp()
183 cwp_groups_statistics_filename = tempfile.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/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/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/autotest/server/cros/multimedia/
Daudio_facade_adapter.py73 _, client_file_path = tempfile.mkstemp(
178 _, remote_path = tempfile.mkstemp(
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile_test.py135 temporary = self.tempfile.mkstemp()
148 self.assertRaises(OSError, self.tempfile.mkstemp, dir='/dir')
152 temporary = self.tempfile.mkstemp(dir='/dir')
Dfake_tempfile.py143 temp = self.mkstemp(suffix=suffix, prefix=prefix, dir=dir)
152 def mkstemp(self, suffix='', prefix=None, dir=None, text=False): member in FakeTempfileModule
/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/bison/djgpp/
Dsubpipe.c83 fd = mkstemp(tmp_file_name[0]); in init_subpipe()
90 fd = mkstemp(tmp_file_name[1]); in init_subpipe()
/external/autotest/server/brillo/
Daudio_utils.py122 _, local_filename = tempfile.mkstemp(
137 _, local_encoded_filename = tempfile.mkstemp(
/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/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/elfutils/tests/
Dnewscn.c43 fd = mkstemp (name); 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()
/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py126 (handle, name) = tempfile.mkstemp(suffix=extension(opts),
164 (handle, name) = tempfile.mkstemp(prefix='report-',
/external/openssh/openbsd-compat/
Dxmmap.c68 tmpfd = mkstemp(tmpname); in xmmap()

123456789