HomeSort by relevance Sort by last modified time
    Searched refs:O_NOFOLLOW (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 54 #ifndef O_NOFOLLOW
55 #define O_NOFOLLOW 00400000
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
fcntl.h 69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
fcntl.h 69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
fcntl.h 69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000
  /external/strace/xlat/
open_mode_flags.h 51 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW)
52 XLAT(O_NOFOLLOW),
  /device/asus/fugu/dumpstate/
dumpstate.c 47 int fd = open(path, O_RDONLY | O_CLOEXEC | O_NOFOLLOW);
  /development/ndk/sources/android/libportable/arch-mips/
open.c 63 mipsflags |= O_NOFOLLOW;
fcntl.c 205 mipsflags |= O_NOFOLLOW;
243 if (flags & O_NOFOLLOW)
  /external/bison/lib/
fcntl.in.h 252 #ifndef O_NOFOLLOW
253 # define O_NOFOLLOW 0
localcharset.c 79 /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */
80 #ifndef O_NOFOLLOW
81 # define O_NOFOLLOW 0
159 O_NOFOLLOW. This is a security feature. Without it, an attacker
166 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0));
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 51 # define O_NOFOLLOW 0400000 /* Do not follow links. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 51 # define O_NOFOLLOW 0400000 /* Do not follow links. */
  /system/netd/server/
SoftapController.cpp 161 fd = open(HOSTAPD_CONF_FILE, O_CREAT | O_TRUNC | O_WRONLY | O_NOFOLLOW, 0660);
  /external/bison/darwin-lib/
fcntl.h 564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0
  /external/bison/linux-lib/
fcntl.h 564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc 61 HANDLE_EINTR(open(path.value().c_str(), O_RDONLY | O_NOFOLLOW)));
114 O_CREAT | O_WRONLY | O_TRUNC | O_NOFOLLOW,
  /system/core/init/
builtins.c 59 fd = open(path, O_WRONLY|O_CREAT|O_NOFOLLOW, 0600);
82 fd = open(path, O_RDONLY | O_NOFOLLOW);
84 fd = open(path, O_WRONLY | O_NOFOLLOW);

Completed in 855 milliseconds

1 2 3 45 6 7