Searched refs:PathSize (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCp.c307 UINTN PathSize; local
320 PathSize = 0;
364 if (NewSize > PathSize) {
365 PathSize = NewSize;
392 DestPath = AllocateZeroPool(PathSize);
430 StrCpyS(DestPath, PathSize / sizeof(CHAR16), Cwd);
431 StrCatS(DestPath, PathSize / sizeof(CHAR16), L"\\");
438 StrCatS(DestPath, PathSize / sizeof(CHAR16), L"\\");
442 StrCatS(DestPath, PathSize/sizeof(CHAR16), CleanFilePathStr);
444 StrCpyS(DestPath, PathSize/sizeo
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c667 UINTN PathSize; local
693 PathSize = GetDevicePathSize (ImageDevicePath);
694 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize);
696 CopyMem (CurImageInfo->ImageDevicePath, ImageDevicePath, PathSize);
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
H A DBootOptionSupport.c988 UINTN PathSize; local
1098 PathSize = StrSize (BootFilePath);
1099 if (PathSize > 2) {
1104 } while (PathSize <= 2) ;
1129 PathSize
1135 SIZE_OF_FILEPATH_DEVICE_PATH + PathSize
1137 CopyMem (NewFilePathNode->PathName, BootFilePath, PathSize);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c296 UINTN PathSize; local
308 PathSize = 0;
318 ASSERT((PathForReturn == NULL && PathSize == 0) || (PathForReturn != NULL));
319 if (PathSize != 0) {
320 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
322 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
334 PathSize = 0;
359 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
360 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
378 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Nod
412 UINTN PathSize; local
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c425 UINTN PathSize; local
442 PathSize = GetDevicePathSize (Path);
443 OffSet += PathSize;

Completed in 128 milliseconds