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

Method getPos

source/kernel/kfile.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135S64 KFile::getPos() {
136 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
137 return this->openFile->getFilePointer();
138}
139
140U32 KFile::ioctl(KThread* thread, U32 request) {
141 return this->openFile->ioctl(thread, request);

Callers 3

lseekMethod · 0.45
sendFileMethod · 0.45
llseekMethod · 0.45

Calls 1

getFilePointerMethod · 0.45

Tested by

no test coverage detected