HomeSort by relevance Sort by last modified time
    Searched refs:EX_SOFTWARE (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
sysexits.h 74 * EX_SOFTWARE -- An internal software error has been detected.
110 #define EX_SOFTWARE 70 /* internal software error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sysexits.h 66 * EX_SOFTWARE -- An internal software error has been detected.
102 #define EX_SOFTWARE 70 /* internal software error */
  /bionic/libc/include/
sysexits.h 71 * EX_SOFTWARE -- An internal software error has been detected.
109 #define EX_SOFTWARE 70 /* internal software error */
  /external/avb/tools/avbctl/
avbctl.cc 98 return EX_SOFTWARE;
119 return EX_SOFTWARE;
142 return EX_SOFTWARE;
166 return EX_SOFTWARE;
187 return EX_SOFTWARE;
208 return EX_SOFTWARE;
255 ret = EX_SOFTWARE;
  /system/extras/bootctl/
bootctl.cpp 86 return EX_SOFTWARE;
89 return EX_SOFTWARE;
120 return EX_SOFTWARE;
123 return EX_SOFTWARE;
127 return EX_SOFTWARE;
152 return EX_SOFTWARE;
186 return EX_SOFTWARE;
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 551 #ifdef EX_SOFTWARE
552 if (ins(d, "EX_SOFTWARE", (long)EX_SOFTWARE)) return -1;
553 #endif /* EX_SOFTWARE */
  /system/tpm/attestation/client/
main.cc 359 QuitWithExitCode(EX_SOFTWARE);
396 QuitWithExitCode(EX_SOFTWARE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 297 milliseconds