Searched refs:CodecOpenLongFilePath (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| D | LongFilePathSupport.py | 41 def CodecOpenLongFilePath(Filename, Mode='rb', Encoding=None, Errors='strict', Buffering=1): function
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
| D | MetaFileParser.py | 37 from Common.LongFilePathSupport import CodecOpenLongFilePath 2008 self.FileIn = CodecOpenLongFilePath(self.FilePath, Mode='rb', Encoding='utf_8').read() 2010 self.FileIn = CodecOpenLongFilePath(self.FilePath, Mode='rb', Encoding='utf_16').read() 2012 … self.FileIn = CodecOpenLongFilePath(self.FilePath, Mode='rb', Encoding='utf_16_le').read()
|