HomeSort by relevance Sort by last modified time
    Searched defs:O_NOFOLLOW (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 22 #define O_NOFOLLOW 0100000
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 22 #define O_NOFOLLOW 0100000
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 6 #define O_NOFOLLOW 0100000 /* don't follow links */
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 24 #define O_NOFOLLOW 0100000 /* don't follow links */
  /system/core/libutils/include/utils/
Compat.h 48 #define O_NOFOLLOW 0
  /system/core/init/
persistent_properties.cpp 72 unique_fd fd(openat(dirfd(dir.get()), entry->d_name, O_RDONLY | O_NOFOLLOW));
175 open(temp_filename.c_str(), O_WRONLY | O_CREAT | O_NOFOLLOW | O_TRUNC | O_CLOEXEC, 0600)));
  /external/toybox/lib/
portability.h 201 // Some systems don't define O_NOFOLLOW, and it varies by architecture, so...
203 #ifndef O_NOFOLLOW
204 #define O_NOFOLLOW 0
  /system/core/base/
file.cpp 42 #define O_NOFOLLOW 0
73 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW);
108 (follow_symlinks ? 0 : O_NOFOLLOW);
136 (follow_symlinks ? 0 : O_NOFOLLOW);
  /external/ImageMagick/MagickCore/
resource.c 481 #if !defined(O_NOFOLLOW)
482 #define O_NOFOLLOW 0
555 file=open_utf8(path,O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_NOFOLLOW,
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 64 static final int O_NOFOLLOW = OsConstants.O_NOFOLLOW;
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 59 #ifndef O_NOFOLLOW
60 #define O_NOFOLLOW 00400000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 50 # define O_NOFOLLOW 0400000 /* Do not follow links. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 51 # define O_NOFOLLOW 0400000 /* Do not follow links. */
  /external/python/cpython2/Lib/plat-atheos/
IN.py 633 O_NOFOLLOW = O_NOTRAVERSE
  /libcore/luni/src/main/java/android/system/
OsConstants.java 374 public static final int O_NOFOLLOW = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 738 O_NOFOLLOW = 0x100
    [all...]
zerrors_darwin_amd64.go 738 O_NOFOLLOW = 0x100
    [all...]
zerrors_darwin_arm.go 681 O_NOFOLLOW = 0x100
    [all...]
zerrors_darwin_arm64.go 751 O_NOFOLLOW = 0x100
    [all...]
zerrors_solaris_amd64.go 643 O_NOFOLLOW = 0x20000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 738 O_NOFOLLOW = 0x100
    [all...]
zerrors_darwin_amd64.go 738 O_NOFOLLOW = 0x100
    [all...]
zerrors_darwin_arm.go 681 O_NOFOLLOW = 0x100
    [all...]

Completed in 688 milliseconds

1 2 3 4