MCPcopy 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
126BString KFile::selfFd() {
127 return this->openFile->node->path;
128}
129
130S64 KFile::seek(S64 pos) {
131 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 2

cloneMethod · 0.45
allocFileDescriptorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected