Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py229 ModulePath = Module.GetModulePath()
231 PkgRelPath = os.path.normpath(os.path.join(PackagePath, ModulePath))
250 ModulePath = Module.GetModulePath()
258 … UniFilePath = os.path.normpath(os.path.join(ModulePath, UniFile.Path[len(OriPath) + 1:]))
261 … NonMetaDataFileList = GetNonMetaDataFiles(os.path.dirname(FullPath), SkipList, False, ModulePath)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py253 ModulePath = Path
263 os.path.normpath(os.path.join(WorkspaceDir, ModulePath))
265 NewModulePath = InstallNewModule(WorkspaceDir, ModulePath, ModulePathList)
269 NewModulePath = ModulePath
271 …InstallModuleContent(ModulePath, NewModulePath, '', Module, ContentZipFile, WorkspaceDir, ModuleLi…
642 def InstallModuleContent(FromPath, NewPath, ModulePath, Module, ContentZipFile, argument
652 ConvertPath(ModulePath)))
668 FromFile = os.path.join(FromPath, ModulePath, File)
686 FromFile = os.path.join(FromPath, ModulePath, File)
705 FromFile = os.path.join(FromPath, ModulePath, File)
[all …]
DRmPkg.py71 for ModulePath in DependModuleList:
72 LogFile.write("%s\n"%ModulePath)
73 Logger.Info(ModulePath)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py74 self.ModulePath = ''
158 ModulePath = os.path.split(CombinePath)[0]
159 ModuleRelativePath = ModulePath
161 ModuleRelativePath = GetRelativePath(ModulePath, self.GetPackagePath())
851 TempPath = ModulePath = os.path.normpath(self.ModulePath)
852 while ModulePath:
853 TempPath = ModulePath
854 ModulePath = os.path.dirname(ModulePath)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py397 self.ModulePath = ''
437 def SetModulePath(self, ModulePath): argument
438 self.ModulePath = ModulePath
441 return self.ModulePath
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py752 ModulePath = os.path.split(self.CurrentLine[0])[0]
753 if IsValidPath(FileName, ModulePath):
840 ModulePath = os.path.split(self.CurrentLine[0])[0]
841 if IsValidPath(DpxSource, ModulePath):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DCommonClass.py148 self.ModulePath = ''
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py687 ModulePath = os.path.basename(Module.M.MetaFile.File)
688 … self.ModulePcdOverride.setdefault((TokenCName, TokenSpaceGuid), {})[ModulePath] = ModuleDefault
844 for ModulePath in ModuleOverride:
845 ModuleDefault = ModuleOverride[ModulePath]
853 … FileWrite(File, ' *M %-*s = %s' % (self.MaxLen + 19, ModulePath, ModuleDefault.strip()))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py655 (ModulePath, FileName) = os.path.split(self.InfFileName)
666 ModulePath,