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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 306 PATH_INFO InputPathInfo;
312 ZeroMem(&InputPathInfo, sizeof(PATH_INFO));
340 InputPathInfo.Path = argv[Index + 1];
341 InputPathInfo.Input = TRUE;
342 if (InputPathInfo.Path == NULL) {
346 if (InputPathInfo.Path[0] == '-') {
410 if (InputPathInfo.Path == NULL) {
420 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) {
433 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 652 PATH_INFO InputPathInfo = {0};
684 InputPathInfo.Path = argv[Index + 1];
685 InputPathInfo.Input = TRUE;
686 if (InputPathInfo.Path == NULL) {
690 if (InputPathInfo.Path[0] == '-') {
754 if (InputPathInfo.Path == NULL) {
764 if (GetPathInfo(&InputPathInfo) != ErrorSuccess) {
777 Status = ProcessBsOrMbr (&InputPathInfo, &OutputPathInfo, ProcessMbr);

Completed in 233 milliseconds