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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c312 PATH_INFO InputPathInfo; local
318 ZeroMem(&InputPathInfo, sizeof(PATH_INFO));
346 InputPathInfo.Path = argv[Index + 1];
347 InputPathInfo.Input = TRUE;
348 if (InputPathInfo.Path == NULL) {
352 if (InputPathInfo.Path[0] == '-') {
416 if (InputPathInfo.Path == NULL) {
426 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) {
439 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c650 PATH_INFO InputPathInfo = {0}; local
682 InputPathInfo.Path = argv[Index + 1];
683 InputPathInfo.Input = TRUE;
684 if (InputPathInfo.Path == NULL) {
688 if (InputPathInfo.Path[0] == '-') {
752 if (InputPathInfo.Path == NULL) {
762 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) {
775 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);

Completed in 392 milliseconds