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

Method read

source/kernel/kfile.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99U32 KFile::read(KThread* thread, U32 buffer, U32 len) {
100 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
101 return this->openFile->read(thread, buffer, len);
102}
103
104U32 KFile::readNative(U8* buffer, U32 len) {
105 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 3

syscall_readFunction · 0.45
preadMethod · 0.45
loadProgramMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected