OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_EXCL_PORTABLE
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
fcntl_portable.h
35
#ifndef
O_EXCL_PORTABLE
36
#define
O_EXCL_PORTABLE
00000200
/development/ndk/sources/android/libportable/arch-x86/
open.c
29
if (flags &
O_EXCL_PORTABLE
)
/development/ndk/sources/android/libportable/arch-mips/
open.c
42
if (flags &
O_EXCL_PORTABLE
)
fcntl.c
184
if (flags &
O_EXCL_PORTABLE
)
224
portableflags |=
O_EXCL_PORTABLE
;
Completed in 42 milliseconds