OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__nr_unlink
(Results
51 - 75
of
200
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h
81
#define
__NR_unlink
(__NR_SYSCALL_BASE + 10)
/external/kernel-headers/original/uapi/asm-generic/
unistd.h
735
#define
__NR_unlink
1026
736
__SYSCALL(
__NR_unlink
, sys_unlink)
/external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h
56
#if !defined(
__NR_unlink
)
57
#define
__NR_unlink
(__NR_SYSCALL_BASE+10)
mips64_linux_syscalls.h
356
#if !defined(
__NR_unlink
)
357
#define
__NR_unlink
(__NR_Linux + 85)
mips_linux_syscalls.h
56
#if !defined(
__NR_unlink
)
57
#define
__NR_unlink
(__NR_Linux + 10)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
711
#define
__NR_unlink
1026
712
__SYSCALL(
__NR_unlink
, sys_unlink)
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h
34
#define
__NR_unlink
10
unistd_64.h
130
#define
__NR_unlink
87
Completed in 67 milliseconds
1
2
3
4
5
6
7
8