HomeSort by relevance Sort by last modified time
    Searched refs:CwdSize (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cd.c 37 UINTN CwdSize;
126 CwdSize = StrSize(Directory) + sizeof(CHAR16);
127 Cwd = AllocateZeroPool(CwdSize);
154 CwdSize = StrSize(Directory) + sizeof(CHAR16);
155 Cwd = AllocateZeroPool(CwdSize);
Mv.c 670 UINTN CwdSize;
734 CwdSize = StrSize(ShellGetCurrentDir(NULL)) + sizeof(CHAR16);
735 Cwd = AllocateZeroPool(CwdSize);
737 StrCpyS(Cwd, CwdSize/sizeof(CHAR16), ShellGetCurrentDir(NULL));
738 StrCatS(Cwd, CwdSize/sizeof(CHAR16), L"\\");

Completed in 65 milliseconds