Home | History | Annotate | Download | only in UefiShellLib

Lines Matching refs:AllocateCopyPool

579     FnafPathName = AllocateCopyPool(PathLen, (UINT8 *)((FILEPATH_DEVICE_PATH*)*FilePath)->PathName);

704 FileNameCopy = AllocateCopyPool (StrSize (FileName), FileName);
1481 NewInfo->FullName = AllocateCopyPool(StrSize(OldInfo->FullName), OldInfo->FullName);
1482 NewInfo->FileName = AllocateCopyPool(StrSize(OldInfo->FileName), OldInfo->FileName);
1483 NewInfo->Info = AllocateCopyPool((UINTN)OldInfo->Info->Size, OldInfo->Info);
2090 CurrentItemPackage->Name = AllocateCopyPool(StrSize(Argv[LoopCounter]), Argv[LoopCounter]);
2183 CurrentItemPackage->Value = AllocateCopyPool(StrSize(TempPointer), TempPointer);
2196 *ProblemParam = AllocateCopyPool(StrSize(Argv[LoopCounter]), Argv[LoopCounter]);
4355 *CleanString = AllocateCopyPool (StrSize (OriginalString), OriginalString);