Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c38 CHAR16 *Nfs; in ShellCommandRunEdit() local
45 Nfs = NULL; in ShellCommandRunEdit()
77 Nfs = StrnCatGrow(&Nfs, NULL, Cwd+3, 0); in ShellCommandRunEdit()
78 if (Nfs != NULL) { in ShellCommandRunEdit()
79 Spot = StrStr(Nfs, L";"); in ShellCommandRunEdit()
83 Spot = StrStr(Nfs, L"\\"); in ShellCommandRunEdit()
87 gEfiShellProtocol->SetCurDir(NULL, Nfs); in ShellCommandRunEdit()
88 FreePool(Nfs); in ShellCommandRunEdit()