Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c306 PATH_INFO InputPathInfo; in main() local
312 ZeroMem(&InputPathInfo, sizeof(PATH_INFO)); in main()
340 InputPathInfo.Path = argv[Index + 1]; in main()
341 InputPathInfo.Input = TRUE; in main()
342 if (InputPathInfo.Path == NULL) { in main()
346 if (InputPathInfo.Path[0] == '-') { in main()
410 if (InputPathInfo.Path == NULL) { in main()
420 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) { in main()
433 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c663 PATH_INFO InputPathInfo = {0}; in main() local
695 InputPathInfo.Path = argv[Index + 1]; in main()
696 InputPathInfo.Input = TRUE; in main()
697 if (InputPathInfo.Path == NULL) { in main()
701 if (InputPathInfo.Path[0] == '-') { in main()
765 if (InputPathInfo.Path == NULL) { in main()
775 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) { in main()
788 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr); in main()