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

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
QemuKernel.c 91 KERNEL_BLOB_TYPE BlobType; // Index into mKernelBlob. KernelBlobTypeMax
165 UINTN BlobType;
187 if (StubFile->BlobType != KernelBlobTypeMax) {
194 for (BlobType = 0; BlobType < KernelBlobTypeMax; ++BlobType) {
195 if (StrCmp (FileName, mKernelBlob[BlobType].Name) == 0) {
199 if (BlobType == KernelBlobTypeMax) {
212 NewStubFile->BlobType = (KERNEL_BLOB_TYPE)BlobType;
    [all...]
  /system/security/keystore/
blob.h 83 } BlobType;
90 BlobType type);
118 BlobType getType() const { return BlobType(mBlob.type); }
119 void setType(BlobType type) { mBlob.type = uint8_t(type); }
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 75 milliseconds