HomeSort by relevance Sort by last modified time
    Searched full:open64 (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /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
  /bionic/libc/bionic/
lfs64_support.cpp 23 // open (our open is actually open64) and stat and stat64 are the same.
open.cpp 63 __strong_alias(open64, open);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
79 # define open open64
83 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
79 # define open open64
83 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /bionic/tests/
fcntl_test.cpp 49 fd = open64("/proc/version", O_RDONLY);
142 int fd = open64("/proc/version", O_RDONLY);
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 79 int fd = open64 (fname, O_RDONLY);
310 int fd = open64 (module_name, O_RDONLY);
332 int fd = open64 (fname, O_RDONLY);
find-debuginfo.c 58 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
78 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
linux-kernel-modules.c 111 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY)));
144 fd = TEMP_FAILURE_RETRY (open64 (zname, O_RDONLY));
514 int fd = open64 (notesfile, O_RDONLY);
762 int fd = open64 (f->fts_accpath, O_RDONLY);
  /bionic/libc/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /development/ndk/platforms/android-L/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libdrm.so.2 
libdrm.so.2.4.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libdrm.so.2 
libdrm.so.2.4.0 
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/sdk/tools/linux/
acp 
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 562 open64
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 563 open64
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 562 open64
  /prebuilts/android-emulator/linux-x86_64/
emulator 

Completed in 1378 milliseconds

1 2 3 4 5 6