Home
last modified time | relevance | path

Searched refs:ConvertPath (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py48 from Library.Misc import ConvertPath
72 Path = ConvertPath(Path)
96 Path = ConvertPath(Path)
487 File = ConvertPath(FileObject.GetURI())
652 ConvertPath(ModulePath)))
654 ConvertPath(Module.GetName()) + '.inf')))
670 ToFile = os.path.normpath(os.path.join(NewModuleFullPath, ConvertPath(File)))
687 ToFile = os.path.normpath(os.path.join(NewModuleFullPath, ConvertPath(File)))
706 ToFile = os.path.normpath(os.path.join(NewModuleFullPath, ConvertPath(File)))
740 ConvertPath(FileName.replace(FromPath, NewPath, 1))))
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenDecFile.py31 from Library.Misc import ConvertPath
431 NewSectionDict[SortedArch] + [ConvertPath(Statement)]
433 NewSectionDict[SortedArch] = [ConvertPath(Statement)]
459 Statement += Name + '|' + ConvertPath(IncludeHeader)
DGenInfFile.py30 from Library.Misc import ConvertPath
282 Makefile = ConvertPath(Statement[pos + 1:].strip())
516 Statement = GenSourceStatement(ConvertPath(SourceFile), Family, FeatureFlag)
1095 FileName = ConvertPath(FileNameObj.GetFilename())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py754 def ConvertPath(Path): function