---------------------------------------------------------------------------
| 231 | } |
| 232 | //--------------------------------------------------------------------------- |
| 233 | bool __fastcall TFile::ToEnd(void) |
| 234 | { |
| 235 | return SetPointer64(0i64, FILE_END); |
| 236 | } |
| 237 | //--------------------------------------------------------------------------- |
| 238 | bool __fastcall TFile::SetEnd(void) |
| 239 | { |
no outgoing calls
no test coverage detected