| 102 | } |
| 103 | |
| 104 | U32 KFile::readNative(U8* buffer, U32 len) { |
| 105 | BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex); |
| 106 | return this->openFile->readNative(buffer, len); |
| 107 | } |
| 108 | |
| 109 | U32 KFile::stat(KProcess* process, U32 address, bool is64) { |
| 110 | FsOpenNode* openNode = this->openFile; |
no outgoing calls
no test coverage detected