Searched defs:fQuoted (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c856 BOOLEAN fQuoted = (pszConfigValue[0] == L'\"'); local
857 pszTemp0 = &pszConfigValue[fQuoted ? 2 : 1];
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2962 int fQuoted = false; local
2967 fQuoted = !fQuoted;
2985 } while (cwcArgs > 0 && (fQuoted || !suplibCommandLineIsArgSeparator(*pawcArgs)));
4698 bool fQuoted = false; local
4702 fQuoted = !fQuoted;
4720 fQuoted = !fQuoted;
4731 } while (ch != '\0' && (fQuoted || !suplibCommandLineIsArgSeparato
[all...]

Completed in 381 milliseconds