Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h163 #define F_DUPFD_CLOEXEC_PORTABLE (F_LINUX_SPECIFIC_BASE+6) /* 1030 */ macro
/development/ndk/sources/android/libportable/arch-mips/
Dfcntl.c62 case F_DUPFD_CLOEXEC_PORTABLE: name = "F_DUPFD_CLOEXEC_PORTABLE"; break; /* 1030 */ in map_portable_cmd_to_name()
155 case F_DUPFD_CLOEXEC_PORTABLE: /* 1030 --> VOID; Not currently used by Bionic */ in fcntl_cmd_pton()