Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsyscall.c420 #ifdef __NR_swapon_portable in WRAP()
421 case __NR_swapon_portable: native_number = __NR_swapon; break; in WRAP()
/development/ndk/sources/android/libportable/common/include/asm/
Dunistd-portable.h91 #define __NR_swapon_portable (__NR_SYSCALL_BASE_portable+ 87) macro