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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c313 PATH_INFO OutputPathInfo; local
319 ZeroMem(&OutputPathInfo, sizeof(PATH_INFO));
361 OutputPathInfo.Path = argv[Index + 1];
362 OutputPathInfo.Input = FALSE;
363 if (OutputPathInfo.Path == NULL) {
367 if (OutputPathInfo.Path[0] == '-') {
421 if (OutputPathInfo.Path == NULL) {
431 if (GetPathInfo(&OutputPathInfo) != ErrorSuccess) {
439 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
445 (OutputPathInfo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c651 PATH_INFO OutputPathInfo = {0}; local
697 OutputPathInfo.Path = argv[Index + 1];
698 OutputPathInfo.Input = FALSE;
699 if (OutputPathInfo.Path == NULL) {
703 if (OutputPathInfo.Path[0] == '-') {
757 if (OutputPathInfo.Path == NULL) {
767 if (GetPathInfo(&OutputPathInfo) != ErrorSuccess) {
775 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
781 (OutputPathInfo.Type != PathFile) ? "Write" : "Read",
790 (OutputPathInfo
[all...]

Completed in 45 milliseconds