HomeSort by relevance Sort by last modified time
    Searched defs:openat (Results 1 - 3 of 3) sorted by null

  /bionic/libc/unistd/
openat.c 34 int openat(int fd, const char *pathname, int flags, ...) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
102 int __oflag, ...), openat)
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
118 openat (int __fd, __const char *__path, int __oflag, ...) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 102 NOTE: some other `openat' implementation support additional functionality
109 extern int openat (int __fd, __const char *__file, int __oflag, ...)
113 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
116 # define openat openat64 macro

Completed in 2088 milliseconds