Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c1349 CHAR16 *UnicodePath; in chdir() local
1356 UnicodePath = AllocatePool(((AsciiStrLen (path) + 1) * sizeof (CHAR16))); in chdir()
1357 if (UnicodePath == NULL) { in chdir()
1361 AsciiStrToUnicodeStr(path, UnicodePath); in chdir()
1362 Status = gEfiShellProtocol->SetCurDir(NULL, UnicodePath); in chdir()
1363 FreePool(UnicodePath); in chdir()