Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h132 #ifndef F_GETLK_PORTABLE
133 #define F_GETLK_PORTABLE 5 macro
/development/ndk/sources/android/libportable/arch-mips/
Dfcntl.c31 #if F_GETLK_PORTABLE==F_GETLK
48 case F_GETLK_PORTABLE: name = "F_GETLK_PORTABLE"; break; /* 5 */ in map_portable_cmd_to_name()
98 case F_GETLK_PORTABLE: /* 5 --> 14 */ in fcntl_cmd_pton()