Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ selfFd
Method
selfFd
source/kernel/kfile.cpp:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
BString KFile::selfFd() {
127
return this->openFile->node->path;
128
}
129
130
S64 KFile::seek(S64 pos) {
131
BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);
Callers
2
clone
Method · 0.45
allocFileDescriptor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected