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

Method writeNative

source/kernel/kfile.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94U32 KFile::writeNative(U8* buffer, U32 len) {
95 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
96 return this->openFile->writeNative(buffer, len);
97}
98
99U32 KFile::read(KThread* thread, U32 buffer, U32 len) {
100 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 6

putEventMethod · 0.45
writeMethod · 0.45
linkMethod · 0.45
sendFileMethod · 0.45
symlinkInDirectoryFunction · 0.45
pwriteNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected