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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenMake.py577 "platform_build_directory" : self.PlatformInfo.BuildDir,
578 "module_build_directory" : self._AutoGenObject.BuildDir,
710 self.LibraryBuildDirectoryList.append(self.PlaceMacro(LibraryAutoGen.BuildDir, self.Macros))
989 "platform_build_directory" : self.PlatformInfo.BuildDir,
990 "module_build_directory" : self._AutoGenObject.BuildDir,
1139 D = self.PlaceMacro(D, {"BUILD_DIR":PlatformInfo.BuildDir})
1148 D = self.PlaceMacro(D, {"BUILD_DIR":PlatformInfo.BuildDir})
1165 "platform_build_directory" : PlatformInfo.BuildDir,
1191 DirList.append(os.path.join(self._AutoGenObject.BuildDir, ModuleAutoGen.BuildDir))
[all...]
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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py148 BuildDir = os.path.join(
154 Macro["MODULE_BUILD_DIR" ] = BuildDir
155 Macro["OUTPUT_DIR" ] = os.path.join(BuildDir, "OUTPUT")
156 Macro["DEBUG_DIR" ] = os.path.join(BuildDir, "DEBUG")
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py357 self._DepexFileName = os.path.join(M.BuildDir, "OUTPUT", M.Module.BaseName + ".depex")
542 self._BuildDir = M.BuildDir
870 self._MapFileName = os.path.join(Wa.BuildDir, Wa.Name + ".map")
874 self._EotDir = Wa.BuildDir
H A Dbuild.py909 #os.rmdir(AutoGenObject.BuildDir)
910 RemoveDirectory(AutoGenObject.BuildDir, True)
1207 MapFilePath = os.path.join(Wa.BuildDir, Wa.Name + '.map')

Completed in 144 milliseconds