OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_LARGEFILE_PORTABLE
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/common/include/
fcntl_portable.h
25
#define
O_LARGEFILE_PORTABLE
0400000
59
#ifndef
O_LARGEFILE_PORTABLE
60
#define
O_LARGEFILE_PORTABLE
00100000
/development/ndk/sources/android/libportable/arch-mips/
open.c
58
if (flags &
O_LARGEFILE_PORTABLE
)
86
flags |=
O_LARGEFILE_PORTABLE
;
127
flags |=
O_LARGEFILE_PORTABLE
;
fcntl.c
200
if (flags &
O_LARGEFILE_PORTABLE
)
240
portableflags |=
O_LARGEFILE_PORTABLE
;
/development/ndk/sources/android/libportable/arch-x86/
open.c
45
if (flags &
O_LARGEFILE_PORTABLE
)
Completed in 185 milliseconds