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

Method openFile

source/kernel/kprocess.cpp:527–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527U32 KProcess::openFile(BString currentDirectory, BString localPath, U32 accessFlags, KFileDescriptorPtr& result) {
528 return this->openFileDescriptor( currentDirectory, localPath, accessFlags, (accessFlags & K_O_CLOEXEC)?FD_CLOEXEC:0, -1, 0, result);
529}
530
531void KProcess::initStdio() {
532 KFileDescriptorPtr fd;

Callers 3

openMethod · 0.95
openatMethod · 0.95
getFunctionNameFunction · 0.80

Calls 1

openFileDescriptorMethod · 0.95

Tested by

no test coverage detected