Searched refs:O_APPEND_PORTABLE (Results 1 - 3 of 3) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
H A Dfcntl_portable.h44 #ifndef O_APPEND_PORTABLE
45 #define O_APPEND_PORTABLE 00002000 macro
/development/ndk/sources/android/libportable/arch-mips/
H A Dopen.c48 if (flags & O_APPEND_PORTABLE)
H A Dfcntl.c190 if (flags & O_APPEND_PORTABLE)
230 portableflags |= O_APPEND_PORTABLE;

Completed in 5 milliseconds