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

1 2 3 4 5

  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 49 fd = open64(file, O_RDONLY);
75 fd = open64(file, O_RDONLY);
getsize.c 163 fd = open64(file, O_RDONLY);
  /external/elfutils/bionic-fixup/
AndroidFixup.h 42 /* workaround for open64 */
43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
  /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/host-darwin-fixup/
AndroidFixup.h 78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /external/openssh/openbsd-compat/
port-solaris.c 55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) {
80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {
176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /external/elfutils/libdwfl/
linux-proc-maps.c 79 int fd = open64 (fname, O_RDONLY);
298 int fd = open64 (module_name, O_RDONLY);
320 int fd = open64 (fname, O_RDONLY);
find-debuginfo.c 56 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
dwfl_build_id_find_elf.c 113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdrm.so.2 
libdrm.so.2.3 
libdrm.so.2.3.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdrm.so.2 
libdrm.so.2.3 
libdrm.so.2.3.0 
  /prebuilts/sdk/tools/linux/
acp 

Completed in 505 milliseconds

1 2 3 4 5