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