MCPcopy Create free account
hub / github.com/KDE/labplot / safeExecutableName

Function safeExecutableName

src/backend/lib/hostprocess.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <kcoreaddons_version.h>
11
12QString safeExecutableName(const QString& executableName, const QStringList& paths) {
13 return KSandbox::isFlatpak() ? executableName : QStandardPaths::findExecutable(executableName, paths);
14}
15
16void startHostProcess(QProcess& proc, QProcess::OpenMode mode) {
17 KSandbox::startHostProcess(proc, mode);

Callers 9

executeLatexProcessMethod · 0.85
imageFromDVIMethod · 0.85
executableExistsMethod · 0.85
fileInfoStringMethod · 0.85
exportToLaTeXMethod · 0.85
exportToLaTeXMethod · 0.85
fileTypeMethod · 0.85
fileCDLStringMethod · 0.85
fileDDLStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected