Searched refs:InFromFile (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c1159 BOOLEAN InFromFile; local
1224 InFromFile = ShellCommandLineGetFlag (Package, L"-i");
1232 } else if (InFromFile) {
1238 if (InFromFile && EFI_ERROR(ShellFileExists(FileName))) {
1295 if ((InFromFile || OutToFile) && (FileName == NULL)) {
1297 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_NO_VALUE), gShellDriver1HiiHandle, L"drvcfg", InFromFile?L"-i":L"-o");
1304 if (!UseHii && (InFromFile || OutToFile)) {
1305 if (InFromFile) {
1331 if (OutToFile && InFromFile) {
1349 } else if (InFromFile) {
[all...]

Completed in 48 milliseconds