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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 34 open64) __nonnull ((1));
67 ...), open64) __nonnull ((1));
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
74 open64 (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 34 open64) __nonnull ((1));
67 ...), open64) __nonnull ((1));
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
74 open64 (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 34 open64) __nonnull ((1));
67 ...), open64) __nonnull ((1));
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
74 open64 (__const char *__path, int __oflag, ...) function
  /external/elfutils/bionic-fixup/
AndroidFixup.h 42 /* workaround for open64 */
43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 409 /// int open64(const char *filename, int flags[, mode_t mode])
410 open64, enumerator in enum:llvm::LibFunc::Func

Completed in 94 milliseconds