Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsyscall.c416 #ifdef __NR_swapoff_portable in WRAP()
417 case __NR_swapoff_portable: native_number = __NR_swapoff; break; in WRAP()
/development/ndk/sources/android/libportable/common/include/asm/
Dunistd-portable.h118 #define __NR_swapoff_portable (__NR_SYSCALL_BASE_portable+115) macro