Home
last modified time | relevance | path

Searched refs:F_DUPFD_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h124 #ifndef F_DUPFD_PORTABLE
125 #define F_DUPFD_PORTABLE 0 macro
/development/ndk/sources/android/libportable/arch-mips/
Dfcntl.c43 case F_DUPFD_PORTABLE: name = "F_DUPFD_PORTABLE"; break; /* 0 */ in map_portable_cmd_to_name()
78 case F_DUPFD_PORTABLE: /* 0 --> 0 */ in fcntl_cmd_pton()