MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetFD

Method GetFD

Libraries/unrar/file.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected