Searched refs:ConvertTextFileToDictionary (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | EdkIIWorkspace.py | 183 …def ConvertTextFileToDictionary(self, FileName, Dictionary, CommentCharacter, KeySplitCharacter, V… member in EdkIIWorkspace 186 …return ConvertTextFileToDictionary(self.WorkspaceFile(FileName), Dictionary, CommentCharacter, Key… 220 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… function
|
D | Dictionary.py | 28 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… function
|