Searched refs:ParamNumberCount (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Attrib.c | 51 UINTN ParamNumberCount; in ShellCommandRunAttrib() local 122 for ( ParamNumberCount = 1 in ShellCommandRunAttrib() 124 ; ParamNumberCount++ in ShellCommandRunAttrib() 126 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount); in ShellCommandRunAttrib() 128 if (FileName == NULL && ParamNumberCount == 1) { in ShellCommandRunAttrib() 136 …FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package, ParamNumberCount)); in ShellCommandRunAttrib() 165 …FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package, ParamNumberCount)); in ShellCommandRunAttrib() 180 for ( ParamNumberCount = 1 in ShellCommandRunAttrib() 182 ; ParamNumberCount++ in ShellCommandRunAttrib() 184 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount); in ShellCommandRunAttrib() [all …]
|