HomeSort by relevance Sort by last modified time
    Searched refs:OutputPathInfo (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 307 PATH_INFO OutputPathInfo;
313 ZeroMem(&OutputPathInfo, sizeof(PATH_INFO));
355 OutputPathInfo.Path = argv[Index + 1];
356 OutputPathInfo.Input = FALSE;
357 if (OutputPathInfo.Path == NULL) {
361 if (OutputPathInfo.Path[0] == '-') {
415 if (OutputPathInfo.Path == NULL) {
425 if (GetPathInfo(&OutputPathInfo) != ErrorSuccess) {
433 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
439 (OutputPathInfo.Type != PathFile) ? "Write" : "Read",
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 653 PATH_INFO OutputPathInfo = {0};
699 OutputPathInfo.Path = argv[Index + 1];
700 OutputPathInfo.Input = FALSE;
701 if (OutputPathInfo.Path == NULL) {
705 if (OutputPathInfo.Path[0] == '-') {
759 if (OutputPathInfo.Path == NULL) {
769 if (GetPathInfo(&OutputPathInfo) != ErrorSuccess) {
777 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
783 (OutputPathInfo.Type != PathFile) ? "Write" : "Read",
792 (OutputPathInfo.Type != PathFile) ? "Write" : "Read",
    [all...]

Completed in 687 milliseconds