Home | History | Annotate | Download | only in UefiFileHandleLib

Lines Matching defs:Pos

1247   UINT64        Pos;

1254 FileHandleGetPosition(Handle, &Pos);
1261 FileHandleSetPosition(Handle, Pos);
1263 if (Pos == Info->FileSize) {