Home | History | Annotate | Download | only in python

Lines Matching full:plist

173                         plist = plist_root[uuid_str]
174 if plist:
175 if 'DBGArchitecture' in plist:
176 self.arch = plist['DBGArchitecture']
177 if 'DBGDSYMPath' in plist:
178 self.symfile = os.path.realpath(plist['DBGDSYMPath'])
179 if 'DBGSymbolRichExecutable' in plist:
180 self.resolved_path = os.path.expanduser (plist['DBGSymbolRichExecutable'])