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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/0.153/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 450 /// int open64(const char *filename, int flags[, mode_t mode])
451 open64, enumerator in enum:llvm::LibFunc::Func

Completed in 237 milliseconds