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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 52 #define ENOPKG 65
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 47 #define ENOPKG 65
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 48 #define ENOPKG 65 /* Package not installed */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 43 #define ENOPKG 65 /* Package not installed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 38 #define ENOPKG 65 /* Package not installed */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 68 ENOPKG = 65
  /external/syslinux/com32/include/
errno.h 72 #define ENOPKG 65 /* Package not installed */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 73 ENOPKG = 65
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 145 #define ENOPKG 65 /* Package not installed */
  /external/strace/tests/
errno2name.c 306 #ifdef ENOPKG
307 CASE(ENOPKG);
  /external/strace/tests-m32/
errno2name.c 306 #ifdef ENOPKG
307 CASE(ENOPKG);
  /external/strace/tests-mx32/
errno2name.c 306 #ifdef ENOPKG
307 CASE(ENOPKG);
  /bionic/libc/private/
bionic_errdefs.h 102 __BIONIC_ERRDEF( ENOPKG , 65, "Package not installed" )
  /external/ltp/lib/
errnos.h 98 PAIR(ENOPKG)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 256 #if defined (ENOPKG)
257 ENTRY(ENOPKG, "ENOPKG", "Package not installed"),
  /external/minijail/linux-x86/
libconstants.gen.c 380 #ifdef ENOPKG
381 { "ENOPKG", (unsigned long) ENOPKG },
382 #endif // ENOPKG
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 100 ERROR_ENTRY(ENOPKG), // Package not installed
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 99 ENOPKG
234 ENOPKG - APPLICATION_ERROR: "package not installed",
tables_nacl.go 160 ENOPKG Errno = 65 /* Package not installed */
285 ENOPKG: "Package not installed",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 99 ENOPKG
234 ENOPKG - APPLICATION_ERROR: "package not installed",
tables_nacl.go 160 ENOPKG Errno = 65 /* Package not installed */
285 ENOPKG: "Package not installed",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 616 #ifdef ENOPKG
617 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 615 #ifdef ENOPKG
616 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 616 #ifdef ENOPKG
617 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed");
  /external/python/cpython2/Modules/
errnomodule.c 606 #ifdef ENOPKG
607 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed");

Completed in 62 milliseconds

1 2 3