Home
last modified time | relevance | path

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

12345678

/third_party/musl/src/temp/
Dmkstemp.c3 int mkstemp(char *template) in mkstemp() function
8 weak_alias(mkstemp, mkstemp64);
/third_party/node/deps/v8/tools/
Dandroid-run.py53 (fd_out, outname) = tempfile.mkstemp()
54 (fd_err, errname) = tempfile.mkstemp()
82 (fd, fname) = tempfile.mkstemp()
/third_party/python/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`.
65 .. audit-event:: tempfile.mkstemp fullpath tempfile.TemporaryFile
90 .. audit-event:: tempfile.mkstemp fullpath tempfile.NamedTemporaryFile
151 .. function:: mkstemp(suffix=None, prefix=None, dir=None, text=False)
161 Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
165 otherwise there will be no suffix. :func:`mkstemp` does not put a dot
190 :func:`mkstemp` returns a tuple containing an OS-level handle to an open
194 .. audit-event:: tempfile.mkstemp fullpath tempfile.mkstemp
[all …]
/third_party/musl/libc-test/src/regression/
Dmkstemp-failure.c11 int mkstemp(char *);
20 r = mkstemp(p); in main()
Dfflush-exit.c24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkstemp.c28 int fd = mkstemp(tmpfile); in mkstemp_0100()
50 int fd = mkstemp(tmpfile); in mkstemp_0200()
/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(
/third_party/skia/third_party/externals/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(
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/third_party/nghttp2/src/
Dshrpx_config_test.cc165 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file()
170 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file()
206 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
213 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
/third_party/node/deps/v8/tools/unittests/
Dv8_presubmit_test.py31 _, self.cache_file_path = tempfile.mkstemp()
36 _, file_name = tempfile.mkstemp()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h105 int mkstemp (char *);
165 #define mkstemp64 mkstemp
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h102 int mkstemp (char *);
163 #define mkstemp64 mkstemp
/third_party/musl/ndk_musl_include/
Dstdlib.h102 int mkstemp (char *);
156 #define mkstemp64 mkstemp
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h103 int mkstemp (char *);
166 #define mkstemp64 mkstemp
/third_party/musl/include/
Dstdlib.h104 int mkstemp (char *);
167 #define mkstemp64 mkstemp
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h103 int mkstemp (char *);
166 #define mkstemp64 mkstemp
/third_party/musl/porting/linux/user/include/
Dstdlib.h108 int mkstemp (char *);
171 #define mkstemp64 mkstemp
/third_party/ffmpeg/libavutil/
Dfile_open.c140 fd = mkstemp(*filename); in avpriv_tempfile()
144 fd = mkstemp(*filename); in avpriv_tempfile()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D8-1.c40 fd1 = mkstemp(path); in main()
/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c128 if ((fd = mkstemp(filename)) == -1) in pdf_extract_pages()
304 fd = mkstemp(tmpfilename); in print_pdf()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c151 fd = mkstemp(filename); in main()
266 fd = mkstemp(filename); in main()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_debug.c41 fd = mkstemp(path); in v3dv_print_spirv()
/third_party/elfutils/tests/
Dnewscn.c43 fd = mkstemp (name); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D3-7.c37 fd = mkstemp(filename); in main()

12345678