OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_NDELAY_PORTABLE
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
fcntl_portable.h
71
#ifndef
O_NDELAY_PORTABLE
72
#define
O_NDELAY_PORTABLE
O_NONBLOCK_PORTABLE
/development/ndk/sources/android/libportable/arch-x86/
open.c
53
if (flags &
O_NDELAY_PORTABLE
)
/development/ndk/sources/android/libportable/arch-mips/
open.c
66
if (flags &
O_NDELAY_PORTABLE
)
fcntl.c
208
if (flags &
O_NDELAY_PORTABLE
)
248
portableflags |=
O_NDELAY_PORTABLE
;
Completed in 33 milliseconds