Home
last modified time | relevance | path

Searched refs:O_TMPFILE (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/tests-m32/
Dopenat.c38 #ifdef O_TMPFILE
40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY)
109 # ifdef O_TMPFILE in main()
110 { ARG_STR(O_TMPFILE) }, in main()
Dopen.c60 # ifdef O_TMPFILE in main()
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
/external/strace/tests/
Dopenat.c38 #ifdef O_TMPFILE
40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY)
109 # ifdef O_TMPFILE in main()
110 { ARG_STR(O_TMPFILE) }, in main()
Dopen.c60 # ifdef O_TMPFILE in main()
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
/external/strace/tests-mx32/
Dopenat.c38 #ifdef O_TMPFILE
40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY)
109 # ifdef O_TMPFILE in main()
110 { ARG_STR(O_TMPFILE) }, in main()
Dopen.c60 # ifdef O_TMPFILE in main()
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
/external/linux-kselftest/tools/testing/selftests/tmpfs/
Dbug-link-o-tmpfile.c49 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
60 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
/external/ltp/testcases/kernel/syscalls/open/
Dopen14.c52 int fd = open(".", O_TMPFILE | O_RDWR, 0600); in setup()
78 fd = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test01()
140 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test02()
196 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, perm); in test03()
/external/ltp/include/lapi/
Dfcntl.h37 #ifndef O_TMPFILE
38 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
/external/pcre/dist2/src/sljit/
DsljitProtExecAllocator.c96 #ifndef O_TMPFILE
97 #define O_TMPFILE 020200000 macro
158 O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, 0); in create_tempfile()
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp230 open("/", O_TMPFILE); in testFcntl()
234 open64("/", O_TMPFILE); in testFcntl()
238 openat(0, "/", O_TMPFILE); in testFcntl()
242 openat64(0, "/", O_TMPFILE); in testFcntl()
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat03.c53 int fd = openat(AT_FDCWD, ".", O_TMPFILE | O_RDWR, 0600); in setup()
67 int fd = openat(AT_FDCWD, ".", O_TMPFILE | O_RDWR, mode); in openat_tmp()
/external/strace/xlat/
Dopen_mode_flags.in170 /* O_TMPFILE should be listed before O_DIRECTORY and __O_TMPFILE */
171 O_TMPFILE
Dopen_mode_flags.h769 #if defined(O_TMPFILE) || (defined(HAVE_DECL_O_TMPFILE) && HAVE_DECL_O_TMPFILE)
770 XLAT(O_TMPFILE),
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs160 pub const O_TMPFILE: ::c_int = 0x2000000 | O_DIRECTORY; constant
206 pub const O_TMPFILE: ::c_int = 0o20000000 | O_DIRECTORY; constant
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd_android.cc134 auto fd = base::OpenFile(kStateDir, O_TMPFILE | O_RDWR, 0600); in CreateUnlinkedTmpFile()
/external/libffi/src/
Dclosures.c566 #ifdef O_TMPFILE in open_temp_exec_file_dir()
576 #ifdef O_TMPFILE in open_temp_exec_file_dir()
577 fd = open (dir, flags | O_RDWR | O_EXCL | O_TMPFILE, 0700); in open_temp_exec_file_dir()
/external/libwebsockets/lib/core/
Dlibwebsockets.c166 #if defined(O_TMPFILE) in lws_open()
167 || ((__oflag & O_TMPFILE) == O_TMPFILE) in lws_open()
/external/kmod/
DTODO51 - use new O_TMPFILE for tmp file creation
/external/e2fsprogs/doc/RelNotes/
Dv1.43.2.txt68 descriptor comes from temporary file created using O_TMPFILE, or
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dcgroup_util.c355 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/external/python/cpython3/Doc/library/
Dtempfile.rst62 The :py:data:`os.O_TMPFILE` flag is used if it is available and works
69 The :py:data:`os.O_TMPFILE` flag is now used if available.
/external/python/cpython3/Lib/
Dtempfile.py586 flags2 = (flags | _os.O_TMPFILE) & ~_os.O_CREAT

12