HomeSort by relevance Sort by last modified time
    Searched defs:ErrorFlags (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 143 UInt32 ErrorFlags;
159 return (ErrorFlags_Defined && (ErrorFlags & kpv_ErrorFlags_IsNotArc) == 0);
169 ErrorFlags(0),
185 return ErrorFlags != 0
193 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; }
201 if (NeedTailWarning() && (ErrorFlags & kpv_ErrorFlags_DataAfterEnd) == 0)
208 UInt32 a = ErrorFlags;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 502 milliseconds