Home | History | Annotate | Download | only in EfiFileLib

Lines Matching defs:Start

1616   CHAR8   *Work, *Start, *End;

1639 for (Start = Path ;;) {
1640 Work = AsciiStrStr (Start, "..") ;
1647 AsciiStrnCatS (NewPath, AllocLen, Start, Work - Start);
1666 Start = Work + 3;
1670 AsciiStrnCatS (NewPath, AllocLen, Start, End - Start);