Home | History | Annotate | Download | only in AutoGen

Lines Matching refs:BuildDir

598             self._FvDir = path.join(self.BuildDir, 'FV')

603 return self.AutoGenObjectList[0].BuildDir
631 self._MakeFileDir = self.BuildDir
751 BuildDir = property(_GetBuildDir)
1217 FvPath = os.path.join(self.BuildDir, "FV")
1222 EdkLogger.error("build", FILE_WRITE_FAILURE, "Fail to create FV folder under %s" % self.BuildDir)
1247 VpdMapFilePath = os.path.join(self.BuildDir, "FV", "%s.map" % self.Platform.VpdToolGuid)
1322 self._MakeFileDir = path.join(self.BuildDir, self.Arch)
2139 BuildDir = property(_GetBuildDir)
2331 self._Macro["BUILD_DIR" ] = self.PlatformInfo.BuildDir
2332 self._Macro["BIN_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2333 self._Macro["LIB_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2334 self._Macro["MODULE_BUILD_DIR" ] = self.BuildDir
2412 self.PlatformInfo.BuildDir,
2423 self._OutputDir = path.join(self.BuildDir, "OUTPUT")
2430 self._DebugDir = path.join(self.BuildDir, "DEBUG")
2457 return self.BuildDir
3640 BuildDir = property(_GetBuildDir)