Home
last modified time | relevance | path

Searched refs:O_TMPFILE (Results 1 – 25 of 42) 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/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.c94 #ifndef O_TMPFILE
95 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
143 #ifdef O_TMPFILE in create_tempfile()
144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp228 open("/", O_TMPFILE); in testFcntl()
232 open64("/", O_TMPFILE); in testFcntl()
236 openat(0, "/", O_TMPFILE); in testFcntl()
240 openat64(0, "/", O_TMPFILE); in testFcntl()
/external/libffi/src/
Dclosures.c291 #ifdef O_TMPFILE in open_temp_exec_file_dir()
301 #ifdef O_TMPFILE in open_temp_exec_file_dir()
302 fd = open (dir, flags | O_RDWR | O_EXCL | O_TMPFILE, 0700); in open_temp_exec_file_dir()
/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/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/kernel-headers/original/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/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.c297 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/external/python/cpython3/Doc/library/
Dtempfile.rst62 The :py:data:`os.O_TMPFILE` flag is used if it is available and works
67 The :py:data:`os.O_TMPFILE` flag is now used if available.
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc772 fd = base::OpenFile(kTempDropBoxTraceDir, O_TMPFILE | O_RDWR, 0600); in OpenOutputFile()
/external/python/cpython3/Lib/
Dtempfile.py591 flags2 = (flags | _os.O_TMPFILE) & ~_os.O_CREAT
/external/strace/
Dstrace.spec132 when O_TMPFILE flag is set (#1377846).
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go933 O_TMPFILE = 0x2010000 const
Dzerrors_linux_mipsle.go1174 O_TMPFILE = 0x410000 const
Dzerrors_linux_s390x.go1173 O_TMPFILE = 0x410000 const

12