Home | History | Annotate | Download | only in UPT

Lines Matching refs:FromPath

633 #   @param  FromPath: FromPath

642 def InstallModuleContent(FromPath, NewPath, ModulePath, Module, ContentZipFile,
668 FromFile = os.path.join(FromPath, ModulePath, File)
686 FromFile = os.path.join(FromPath, ModulePath, File)
705 FromFile = os.path.join(FromPath, ModulePath, File)
715 InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module, Package, ReadOnly,
722 def InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module, Package, ReadOnly,
730 CheckPath = os.path.normpath(os.path.join(FromPath, ModulePath))
740 ConvertPath(FileName.replace(FromPath, NewPath, 1))))
809 # @param FromPath: FromPath
817 def InstallPackageContent(FromPath, ToPath, Package, ContentZipFile, Dep,
829 if FromPath.startswith("\\") or FromPath.startswith("/"):
830 FromPath = FromPath[1:]
832 if not IsValidInstallPath(FromPath):
833 Logger.Error("UPT", FORMAT_INVALID, ST.ERR_FILE_NAME_INVALIDE%FromPath)
845 FromFile = os.path.join(FromPath, FileName)
860 FromFile = os.path.join(FromPath, FileName)
889 FromFile = os.path.join(FromPath, FileName)
898 Package.SetPackagePath(Package.GetPackagePath().replace(FromPath,
910 InstallModuleContent(FromPath, ToPath, ModulePath, Module,