---------------------------------------------------------------------------
| 226 | } |
| 227 | //--------------------------------------------------------------------------- |
| 228 | bool __fastcall TFile::ToStart(void) |
| 229 | { |
| 230 | return SetPointer64(0i64, FILE_BEGIN); |
| 231 | } |
| 232 | //--------------------------------------------------------------------------- |
| 233 | bool __fastcall TFile::ToEnd(void) |
| 234 | { |
nothing calls this directly
no outgoing calls
no test coverage detected