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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 66 #define ELIBACC 79
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 62 #define ELIBACC 83
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 62 #define ELIBACC 79 /* Can not access a needed shared library */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 58 #define ELIBACC 83 /* Can not access a needed shared library */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 52 #define ELIBACC 79 /* Can not access a needed shared library */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 82 ELIBACC = 83
  /external/syslinux/com32/include/
errno.h 86 #define ELIBACC 79 /* Can not access a needed shared library */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 87 ELIBACC = 83
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 159 #define ELIBACC 79 /* Can not access a needed shared library */
  /external/strace/tests/
errno2name.c 207 #ifdef ELIBACC
208 CASE(ELIBACC);
  /external/strace/tests-m32/
errno2name.c 207 #ifdef ELIBACC
208 CASE(ELIBACC);
  /external/strace/tests-mx32/
errno2name.c 207 #ifdef ELIBACC
208 CASE(ELIBACC);
  /bionic/libc/private/
bionic_errdefs.h 116 __BIONIC_ERRDEF( ELIBACC , 79, "Can not access a needed shared library" )
  /external/ltp/lib/
errnos.h 112 PAIR(ELIBACC)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 301 #if defined (ELIBACC)
302 ENTRY(ELIBACC, "ELIBACC", "Can not access a needed shared library"),
  /external/minijail/linux-x86/
libconstants.gen.c 284 #ifdef ELIBACC
285 { "ELIBACC", (unsigned long) ELIBACC },
286 #endif // ELIBACC
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 120 ERROR_ENTRY(ELIBACC), // Can not access a needed shared library
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 68 ELIBACC
203 ELIBACC - APPLICATION_ERROR: "can not access a needed shared library",
tables_nacl.go 174 ELIBACC Errno = 79 /* Can't access a needed shared lib */
299 ELIBACC: "Can't access a needed shared lib",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 68 ELIBACC
203 ELIBACC - APPLICATION_ERROR: "can not access a needed shared library",
tables_nacl.go 174 ELIBACC Errno = 79 /* Can't access a needed shared lib */
299 ELIBACC: "Can't access a needed shared lib",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 445 #ifdef ELIBACC
446 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 444 #ifdef ELIBACC
445 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 445 #ifdef ELIBACC
446 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library");
  /external/python/cpython2/Modules/
errnomodule.c 435 #ifdef ELIBACC
436 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library");

Completed in 74 milliseconds

1 2 3