Home
last modified time | relevance | path

Searched refs:__GetEncapsulationSec (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py2317 IsEncapSection = self.__GetEncapsulationSec(FfsFileObj)
2514 IsEncapSection = self.__GetEncapsulationSec(CompressSectionObj)
2545 IsEncapSection = self.__GetEncapsulationSec(GuidSectionObj)
2600 def __GetEncapsulationSec(self, FfsFileObj): member in FdfParser
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py2851 IsEncapSection = self.__GetEncapsulationSec(FfsFileObj)
3065 IsEncapSection = self.__GetEncapsulationSec(CompressSectionObj)
3097 IsEncapSection = self.__GetEncapsulationSec(GuidSectionObj)
3155 def __GetEncapsulationSec(self, FfsFileObj): member in FdfParser