Home | History | Annotate | Download | only in Workspace

Lines Matching refs:LibraryName

2234                 LibraryName = ReplaceMacro(Record[0], self._Macros, False)

2236 LibraryName = os.path.splitext(LibraryName)[0]
2237 if LibraryName not in self._Libraries:
2238 self._Libraries.append(LibraryName)