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

Method length

source/kernel/kfile.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148S64 KFile::length() {
149 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
150 return this->openFile->length();
151}
152
153U32 KFile::pread(KThread* thread, U32 buffer, S64 offset, U32 len) {
154 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 15

syscall_getxattrFunction · 0.45
syscall_lgetxattrFunction · 0.45
syscall_fgetxattrFunction · 0.45
startProcessMethod · 0.45
execveMethod · 0.45
lseekMethod · 0.45
chdirMethod · 0.45
symlinkInDirectoryFunction · 0.45
readlinkInDirectoryMethod · 0.45
fchdirMethod · 0.45
llseekMethod · 0.45
getcwdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected