OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUSED_FD_TYPE
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/common/include/
filefd_portable.h
26
UNUSED_FD_TYPE
= 0,
/development/ndk/sources/android/libportable/arch-mips/
filefd.c
136
if (fd_type !=
UNUSED_FD_TYPE
) {
298
ASSERT(fd_type >
UNUSED_FD_TYPE
);
302
if (fd_type >
UNUSED_FD_TYPE
&& fd_type < MAX_FD_TYPE) {
308
ASSERT(filefd_mapped_file[fd] ==
UNUSED_FD_TYPE
);
360
if (filefd_mapped_file[fd] ==
UNUSED_FD_TYPE
) {
375
if (filefd_mapped_file[fd] !=
UNUSED_FD_TYPE
) {
376
filefd_mapped_file[fd] =
UNUSED_FD_TYPE
;
448
case
UNUSED_FD_TYPE
:
Completed in 1116 milliseconds