| 118 | void SetPreserveAtime(bool Preserve) {PreserveAtime=Preserve;} |
| 119 | #ifdef _UNIX |
| 120 | int GetFD() |
| 121 | { |
| 122 | #ifdef FILE_USE_OPEN |
| 123 | return hFile; |
| 124 | #else |
| 125 | return fileno(hFile); |
| 126 | #endif |
| 127 | } |
| 128 | #endif |
| 129 | static size_t CopyBufferSize() |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected