Home
last modified time | relevance | path

Searched refs:DEFAULT_WORKING_DIR (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprocessstep.cpp76 workingDirectory->setValue(Constants::DEFAULT_WORKING_DIR); in ProcessStep()
H A Dprojectexplorerconstants.h178 const char DEFAULT_WORKING_DIR[] = "%{buildDir}"; variable
H A Dbuildstep.cpp274 return {Constants::DEFAULT_WORKING_DIR}; in fallbackWorkingDirectory()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DElementIds.java268 DEFAULT_WORKING_DIR("default_working_dir"), enumConstant
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DGeneralPreferencesPane.java131 ElementIds.TextBoxButtonId.DEFAULT_WORKING_DIR, in GeneralPreferencesPane()