equal
deleted
inserted
replaced
387 const char* GetDefaultAttachProcess(); |
387 const char* GetDefaultAttachProcess(); |
388 void SetRomNode(TRomNode* aNode); |
388 void SetRomNode(TRomNode* aNode); |
389 void FixupRomEntries(TInt aSize); |
389 void FixupRomEntries(TInt aSize); |
390 TRomEntry* RomEntry() const {return iRomNode->RomEntry(); }; |
390 TRomEntry* RomEntry() const {return iRomNode->RomEntry(); }; |
391 void DisplaySize(TPrintType aWhere); |
391 void DisplaySize(TPrintType aWhere); |
|
392 char* GetSystemFullName(); |
392 public: |
393 public: |
393 inline TBool Primary() const |
394 inline TBool Primary() const |
394 {return iRomImageFlags & KRomImageFlagPrimary;} |
395 {return iRomImageFlags & KRomImageFlagPrimary;} |
395 inline TBool Variant() const |
396 inline TBool Variant() const |
396 {return iRomImageFlags & KRomImageFlagVariant;} |
397 {return iRomImageFlags & KRomImageFlagVariant;} |