Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
410
S64 DevFB::getFilePointer() {
411
return this->pos;
412
}
413
414
S64 DevFB::seek(S64 pos) {
415
if (pos>fb_fix_screeninfo.smem_len)
Callers
8
getdents
Method · 0.45
getPos
Method · 0.45
pread
Method · 0.45
pwrite
Method · 0.45
preadNative
Method · 0.45
pwriteNative
Method · 0.45
getMemSizeOfElf
Method · 0.45
getPELoadAddress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected