Searched defs:TestPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1598 CHAR16 *TestPath; local
1624 TestPath = AllocateZeroPool(Size);
1625 if (TestPath == NULL) {
1628 StrCpy(TestPath, Path);
1629 StrCat(TestPath, FileName);
1630 Status = ShellOpenFileByName(TestPath, &Handle, EFI_FILE_MODE_READ, 0);
1634 RetVal = StrnCatGrow(&RetVal, NULL, TestPath, 0);
1636 FreePool(TestPath);
1642 FreePool(TestPath);
1648 TestPath
1713 CHAR16 *TestPath; local
[all...]

Completed in 1040 milliseconds