Home
last modified time | relevance | path

Searched refs:withNewPath (Results 1 – 8 of 8) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/webassembly/
H A Dwebassemblyemsdk.cpp63 emSdkEnv.setCommand({sdkRoot.withNewPath("bash"), {"-c", ". " + scriptFile}}); in emSdkEnvOutput()
115 FilePath script = sdkRoot.withNewPath(scriptFile).searchOnDevice(env.path()); in version()
H A Dwebassemblytoolchain.cpp189 const FilePath scriptFile = sdk.withNewPath(script).searchOnDevice(env.path()); in autoDetect()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildaspects.cpp148 return dir.withNewPath(newDir); in fixupDir()
H A Dgcctoolchain.cpp258 return compiler.withNewPath(QDir::cleanPath(line.mid(prefix.size())));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilepath.h65 FilePath withNewPath(const QString &newPath) const;
H A Dfilepath.cpp1136 FilePath FilePath::withNewPath(const QString &newPath) const in withNewPath() function in Utils::FilePath
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmaketoolmanager.cpp188 const FilePaths candidates = {deviceRoot.withNewPath("cmake")}; in autoDetectCMakeForDevice()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/docker/
H A Ddockerdevice.cpp1253 return output.isEmpty() ? FilePath() : filePath.withNewPath(output); in symLinkTarget()