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

  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 23 #define O_NOFOLLOW_PORTABLE 0100000
65 #ifndef O_NOFOLLOW_PORTABLE
66 #define O_NOFOLLOW_PORTABLE 00400000
  /development/ndk/sources/android/libportable/arch-x86/
open.c 49 if (flags & O_NOFOLLOW_PORTABLE)
  /development/ndk/sources/android/libportable/arch-mips/
open.c 62 if (flags & O_NOFOLLOW_PORTABLE)
fcntl.c 204 if (flags & O_NOFOLLOW_PORTABLE)
244 portableflags |= O_NOFOLLOW_PORTABLE;

Completed in 53 milliseconds