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

Method write

source/kernel/kfile.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89U32 KFile::write(KThread* thread, U32 buffer, U32 len) {
90 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
91 return this->openFile->write(thread, buffer, len);
92}
93
94U32 KFile::writeNative(U8* buffer, U32 len) {
95 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 3

syscall_writeFunction · 0.45
pwriteMethod · 0.45
writeNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected