MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / readNative

Method readNative

source/kernel/kfile.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

applyMethod · 0.45
removeEventMethod · 0.45
readMethod · 0.45
unameMethod · 0.45
linkMethod · 0.45
sendFileMethod · 0.45
preadNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected