HomeSort by relevance Sort by last modified time
    Searched full:__nr_chroot (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/arch-arm64/syscalls/
chroot.S 6 mov x8, __NR_chroot
  /bionic/libc/arch-arm/syscalls/
chroot.S 7 ldr r7, =__NR_chroot
  /bionic/libc/arch-mips/syscalls/
chroot.S 8 li v0, __NR_chroot
  /bionic/libc/arch-x86_64/syscalls/
chroot.S 6 movl $__NR_chroot, %eax
  /bionic/libc/arch-mips64/syscalls/
chroot.S 8 li v0, __NR_chroot
  /bionic/libc/arch-x86/syscalls/
chroot.S 10 movl $__NR_chroot, %eax
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 165 #define __NR_chroot 161
  /external/linux-tools-perf/perf-3.12.0/arch/avr32/include/uapi/asm/
unistd.h 49 #define __NR_chroot 34
  /external/linux-tools-perf/perf-3.12.0/arch/h8300/include/uapi/asm/
unistd.h 69 #define __NR_chroot 61
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/include/uapi/asm/
unistd.h 59 #define __NR_chroot 1068
  /bionic/libc/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /development/ndk/platforms/android-L/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
340 #define SYS_chroot __NR_chroot
687 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
glibc-syscalls.h 21 #define SYS_chroot __NR_chroot
342 #define SYS_chroot __NR_chroot
691 #define SYS_chroot __NR_chroot
    [all...]
  /external/chromium_org/sandbox/linux/services/
arm64_linux_syscalls.h 214 #if !defined(__NR_chroot)
215 #define __NR_chroot 51
x86_32_linux_syscalls.h 257 #if !defined(__NR_chroot)
258 #define __NR_chroot 61
x86_64_linux_syscalls.h 657 #if !defined(__NR_chroot)
658 #define __NR_chroot 161
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
unistd_64.h 367 #define __NR_chroot 161
368 __SYSCALL(__NR_chroot, sys_chroot)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
unistd.h 158 #define __NR_chroot 51
159 __SYSCALL(__NR_chroot, sys_chroot)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 367 #define __NR_chroot 161
368 __SYSCALL(__NR_chroot, sys_chroot)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 158 #define __NR_chroot 51
159 __SYSCALL(__NR_chroot, sys_chroot)

Completed in 2111 milliseconds

1 2 3 4 5 6 7 8 910