Searched defs:IncludePathList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2318 if (Path not in self.IncludePathList) and (CommonPath([Path, self.MetaFile.Dir]) != self.MetaFile.Dir):
2356 if F.Dir not in self.IncludePathList and self.AutoGenVersion >= 0x00010005:
2357 self.IncludePathList.insert(0, F.Dir)
2887 IncludePathList = property(_GetIncludePathList) variable in class:ModuleAutoGen

Completed in 63 milliseconds