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

Method setupCommandlineNode

source/kernel/kprocess.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void KProcess::setupCommandlineNode() {
252 Fs::addVirtualFile(this->processNode->path +"/cmdline", openCommandLine, K__S_IREAD, 0, this->processNode);
253}
254
255BString KProcess::getAbsoluteExePath() {
256 BString path = Fs::getNodeFromLocalPath(B(""), this->exe, true)->path;

Callers 2

cloneMethod · 0.95
startProcessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected