Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionMain.cpp2046 … FilePath firstProjPath = options.userHomePath().completeChildPath(templatePath.getFilename()) in main() local
2048 if (firstProjPath.exists()) in main()
2049 firstProjectPath = firstProjPath.getAbsolutePath(); in main()
2051 … LOG_WARNING_MESSAGE("Could not find first project path " + firstProjPath.getAbsolutePath() + in main()