Home
last modified time | relevance | path

Searched refs:OutputDir (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsFileStatement.py72 OutputDir = os.path.join(GenFdsGlobalVariable.FfsDir, self.NameGuid)
73 if not os.path.exists(OutputDir):
74 os.makedirs(OutputDir)
117 …sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None,…
126 FfsFileOutput = os.path.join(OutputDir, self.NameGuid + '.ffs')
DGenFds.py238 OutputDir = GenFdsGlobalVariable.OutputDirDict[Key]
239 if OutputDir[0:2] == '..':
240 OutputDir = os.path.realpath(OutputDir)
242 if OutputDir[1] != ':':
243 OutputDir = os.path.join (GenFdsGlobalVariable.WorkSpaceDir, OutputDir)
245 if not os.path.exists(OutputDir):
246 EdkLogger.error("GenFds", FILE_NOT_FOUND, ExtraData=OutputDir)
247 GenFdsGlobalVariable.OutputDirDict[Key] = OutputDir
378 def GenFd (OutputDir, FdfParser, WorkSpace, ArchList): argument
DGenFdsGlobalVariable.py276 def SetDir (OutputDir, FdfParser, WorkSpace, ArchList): argument
277 GenFdsGlobalVariable.VerboseLogger("GenFdsGlobalVariable.OutputDir :%s" % OutputDir)
656 OutputDir = GenFdsGlobalVariable.OutputDirFromDscDict[GenFdsGlobalVariable.ArchList[0]]
658 OutputDir = GenFdsGlobalVariable.OutputDirFromDscDict[Arch]
660 Dict['$(OUTPUT_DIRECTORY)'] = OutputDir
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DSplit.c228 CHAR8 *OutputDir = NULL; in main() local
263 OutputDir = argv[1]; in main()
264 if (OutputDir == NULL) { in main()
388 if (OutputDir != NULL) { in main()
390 if (chdir(OutputDir) != 0) { in main()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256Sign.py115 OutputDir = os.path.dirname(args.OutputFile) variable
116 if not os.path.exists(OutputDir):
117 print 'ERROR: The output path does not exist: %s' % OutputDir
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DVpdInfoFile.py232 OutputDir = os.path.dirname(VpdFileName)
235 OutputMapFileName = os.path.join(OutputDir, "%s.map" % BaseName)
236 OutputBinFileName = os.path.join(OutputDir, "%s.bin" % BaseName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py536 …ListFileName = os.path.join(self._AutoGenObject.OutputDir, "%s.lst" % ListFileMacro.lower()[:len(L…
577 "platform_output_directory" : self.PlatformInfo.OutputDir,
596 "module_output_directory" : self._AutoGenObject.OutputDir,
980 "platform_output_directory" : self.PlatformInfo.OutputDir,
997 "module_output_directory" : self._AutoGenObject.OutputDir,
1172 "platform_output_directory" : PlatformInfo.OutputDir,
DAutoGen.py747 OutputDir = property(_GetOutputDir) variable in WorkspaceAutoGen
1303 if os.path.isabs(self.OutputDir):
1305 path.abspath(self.OutputDir),
1311 self.OutputDir,
2138 OutputDir = property(_GetOutputDir) variable in PlatformAutoGen
2335 self._Macro["OUTPUT_DIR" ] = self.OutputDir
2778 SubDirectory = os.path.join(self.OutputDir, File.SubDir)
2916 … AutoFile = PathClass(gAutoGenStringFormFileName % {"module_name":self.Name}, self.OutputDir)
3071 Vfri = os.path.join(self.OutputDir, SrcFile.BaseName + '.i')
3136 MapFileName = os.path.join(self.OutputDir, self.Name + ".map")
[all …]
DGenPcdDb.py1023 DbFileName = os.path.join(Info.OutputDir, Phase + "PcdDataBase.raw")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py698 def __init__(self, BaseName, Guid, Arch, OutputDir, DebugDir, ImageClass): argument
702 self.OutputDir = OutputDir
1124 …unchCommand(["GenFw", "--rebase", str(BaseAddress), "-r", ModuleOutputImage], ModuleInfo.OutputDir)
1130 …nchCommand(["GenFw", "--address", str(BaseAddress), "-r", ModuleOutputImage], ModuleInfo.OutputDir)
1271 OutputImageFile = os.path.join(Module.OutputDir, Module.Name + '.efi')
1275 …ImageInfo = PeImageInfo(Module.Name, Module.Guid, Module.Arch, Module.OutputDir, Module.DebugDir, …
DBuildReport.py1473 self.OutputPath = os.path.join(Wa.WorkspaceDir, Wa.OutputDir)
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DSplitFile_Utility_Man_Page.rtf79 …033\langfe2052\langfenp2052\insrsid8672847 \hich\af39\dbch\af31505\loch\f39 OutputDir}{\rtlch\fcs1
122 …\fs18\cf1\insrsid11539687 \hich\af39\dbch\af31505\loch\f39 -p, --prefix OutputDir\tab \tab \tab \t…
DVfrCompiler_Utility_Man_Page.rtf76 …2052\langfenp2052\insrsid11950970 \hich\af39\dbch\af31505\loch\f39 [-o <OutputDir>] [-b] [-l] [-n]…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g520 " -od OutputDir deposit all output files to directory OutputDir (default=cwd)",