HomeSort by relevance Sort by last modified time
    Searched refs:openat64 (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl2.h 109 int __oflag, ...), openat64)
144 int __oflag, ...), openat64)
147 "openat64 can be called either with 3 or 4 arguments, not more");
149 "openat64 with O_CREAT in third argument needs 4 arguments");
152 openat64 (int __fd, __const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl2.h 109 int __oflag, ...), openat64)
144 int __oflag, ...), openat64)
147 "openat64 can be called either with 3 or 4 arguments, not more");
149 "openat64 with O_CREAT in third argument needs 4 arguments");
152 openat64 (int __fd, __const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 148 ...), openat64) __nonnull ((2));
150 # define openat openat64
154 extern int openat64 (int __fd, __const char *__file, int __oflag, ...)
  /external/valgrind/memcheck/tests/x86-solaris/
scalar.stderr.exp 27 Syscall param openat64(fildes) contains uninitialised byte(s)
30 Syscall param openat64(filename) contains uninitialised byte(s)
33 Syscall param openat64(flags) contains uninitialised byte(s)
36 Syscall param openat64(filename) points to unaddressable byte(s)
43 Syscall param openat64(fildes) contains uninitialised byte(s)
46 Syscall param openat64(filename) contains uninitialised byte(s)
49 Syscall param openat64(flags) contains uninitialised byte(s)
52 Syscall param openat64(mode) contains uninitialised byte(s)
55 Syscall param openat64(filename) points to unaddressable byte(s)
  /bionic/libc/bionic/
open.cpp 86 __strong_alias(openat64, openat);
  /bionic/libc/include/
fcntl.h 75 int openat64(int __dir_fd, const char* __path, int __flags, ...) __INTRODUCED_IN(21);
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 221 openat64(0, "/", 0, 0, 0);
236 openat64(0, "/", O_CREAT);
238 openat64(0, "/", O_TMPFILE);
  /bionic/tests/
fcntl_test.cpp 72 fd = openat64(AT_FDCWD, "/proc/version", O_RDONLY);

Completed in 357 milliseconds