HomeSort by relevance Sort by last modified time
    Searched refs:__BIONIC_ERRDEF (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/private/
bionic_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( 0 , 0, "Success" )
40 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
41 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
42 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
43 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
44 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
45 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
46 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long"
    [all...]
  /development/ndk/platforms/android-9/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/sys/
_errdefs.h 36 #ifndef __BIONIC_ERRDEF
37 #error "__BIONIC_ERRDEF must be defined before including this file"
39 __BIONIC_ERRDEF( EPERM , 1, "Operation not permitted" )
40 __BIONIC_ERRDEF( ENOENT , 2, "No such file or directory" )
41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
42 __BIONIC_ERRDEF( EINTR , 4, "Interrupted system call" )
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
44 __BIONIC_ERRDEF( ENXIO , 6, "No such device or address" )
45 __BIONIC_ERRDEF( E2BIG , 7, "Argument list too long" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error"
    [all...]

Completed in 863 milliseconds

1 2 3