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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py529 self._FvDir = path.join(self.BuildDir, 'FV')
534 return self.AutoGenObjectList[0].BuildDir
562 self._MakeFileDir = self.BuildDir
689 BuildDir = property(_GetBuildDir) variable in class:WorkspaceAutoGen
1010 FvPath = os.path.join(self.BuildDir, "FV")
1015 EdkLogger.error("build", FILE_WRITE_FAILURE, "Fail to create FV folder under %s" % self.BuildDir)
1040 VpdMapFilePath = os.path.join(self.BuildDir, "FV", "%s.map" % self.Platform.VpdToolGuid)
1113 self._MakeFileDir = path.join(self.BuildDir, self.Arch)
1903 BuildDir = property(_GetBuildDir) variable in class:PlatformAutoGen
2049 self._Macro["BUILD_DIR" ] = self.PlatformInfo.BuildDir
2881 BuildDir = property(_GetBuildDir) variable in class:ModuleAutoGen
[all...]

Completed in 1328 milliseconds