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

Method getFilePointer

source/kernel/devs/devfb.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410S64 DevFB::getFilePointer() {
411 return this->pos;
412}
413
414S64 DevFB::seek(S64 pos) {
415 if (pos>fb_fix_screeninfo.smem_len)

Callers 8

getdentsMethod · 0.45
getPosMethod · 0.45
preadMethod · 0.45
pwriteMethod · 0.45
preadNativeMethod · 0.45
pwriteNativeMethod · 0.45
getMemSizeOfElfMethod · 0.45
getPELoadAddressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected