Home
last modified time | relevance | path

Searched refs:FromPath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py642 def InstallModuleContent(FromPath, NewPath, ModulePath, Module, ContentZipFile, argument
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, P…
722 def InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module… argument
730 CheckPath = os.path.normpath(os.path.join(FromPath, ModulePath))
740 ConvertPath(FileName.replace(FromPath, NewPath, 1))))
817 def InstallPackageContent(FromPath, ToPath, Package, ContentZipFile, Dep, argument
829 if FromPath.startswith("\\") or FromPath.startswith("/"):
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c926 wchar_t *FromPath; in rename() local
933 Status = ParsePath(From, &FromPath, &FromNode, &Instance, NULL); in rename()
944 free(FromPath); in rename()