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

  /external/bison/lib/
fcntl.in.h 135 # undef openat
136 # define openat rpl_openat
138 _GL_FUNCDECL_RPL (openat, int,
141 _GL_CXXALIAS_RPL (openat, int,
145 _GL_FUNCDECL_SYS (openat, int,
149 _GL_CXXALIAS_SYS (openat, int,
152 _GL_CXXALIASWARN (openat);
154 # undef openat
156 _GL_WARN_ON_USE (openat, "openat is not portable -
    [all...]
  /development/ndk/platforms/android-3/include/
fcntl.h 47 extern int openat(int fd, const char* path, int mode, ...);
  /bionic/libc/include/
fcntl.h 71 extern int openat(int, const char*, int, ...);
87 extern int __openat_real(int, const char*, int, ...) __RENAME(openat); variable
115 int openat(int dirfd, const char* pathname, int flags, ...) { function
  /bionic/libc/bionic/
open.cpp 73 int openat(int fd, const char *pathname, int flags, ...) { function
85 __strong_alias(openat64, openat);
89 __fortify_chk_fail("openat(O_CREAT): called without specifying a mode", 0);
  /external/chromium_org/sandbox/linux/suid/
process_util_linux.c 54 int fd = openat(dirfd, "oom_score_adj", O_WRONLY);
58 fd = openat(dirfd, "oom_adj", O_WRONLY);
  /external/bison/darwin-lib/
fcntl.h 447 # undef openat
448 # define openat rpl_openat
450 _GL_FUNCDECL_RPL (openat, int,
453 _GL_CXXALIAS_RPL (openat, int,
457 _GL_FUNCDECL_SYS (openat, int,
461 _GL_CXXALIAS_SYS (openat, int,
464 _GL_CXXALIASWARN (openat);
466 # undef openat macro
468 _GL_WARN_ON_USE (openat, "openat is not portable -
    [all...]