imgtools/romtools/rombuild/r_build.cpp
changeset 714 e5a58c351011
parent 699 9ca650050cf0
equal deleted inserted replaced
713:7b7f0409fc00 714:e5a58c351011
  1579 		else
  1579 		else
  1580 			Print(aWhere, "%s\t%d\n", iFileName, SizeInRom());
  1580 			Print(aWhere, "%s\t%d\n", iFileName, SizeInRom());
  1581 	}
  1581 	}
  1582 }
  1582 }
  1583 
  1583 
       
  1584 char* TRomBuilderEntry::GetSystemFullName()
       
  1585 {
       
  1586 	TBool aIgnoreHiddenAttrib = ETrue;
       
  1587 	TInt aLen = iRomNode->FullNameLength(aIgnoreHiddenAttrib);
       
  1588 	char * aBuf = new char[aLen+1];
       
  1589 	iRomNode->GetFullName(aBuf, aIgnoreHiddenAttrib);
       
  1590 	return aBuf;
       
  1591 }
       
  1592 
  1584 /**
  1593 /**
  1585 * TRomFile iRomEntry is a linked list through the various
  1594 * TRomFile iRomEntry is a linked list through the various
  1586 * distinct TRomEntry objects which may exist for the associated file
  1595 * distinct TRomEntry objects which may exist for the associated file
  1587 * due to variant processing / aliasing
  1596 * due to variant processing / aliasing
  1588 */
  1597 */