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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c457 if (ShellInfoObject.ShellInitSettings.FileOptions != NULL) {
458 FreePool(ShellInfoObject.ShellInitSettings.FileOptions);
459 DEBUG_CODE(ShellInfoObject.ShellInitSettings.FileOptions = NULL;);
706 ASSERT((ShellInfoObject.ShellInitSettings.FileOptions == NULL && Size == 0) || (ShellInfoObject.ShellInitSettings.FileOptions != NULL));
707 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions,
711 if (ShellInfoObject.ShellInitSettings.FileOptions == NULL) {
715 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions,
719 if (ShellInfoObject.ShellInitSettings.FileOptions == NULL) {
802 if (ShellInfoObject.ShellInitSettings.FileOptions !
[all...]
H A DShell.h83 CHAR16 *FileOptions; ///< Options to pass to FileName. member in struct:__anon12752

Completed in 44 milliseconds