Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionShinyViewer.cpp68 FilePath shinyPath(path); in enqueueStartEvent() local
69 if (module_context::safeCurrentPath() == shinyPath && in enqueueStartEvent()
75 shinyPath = s_pendingShinyPath; in enqueueStartEvent()
82 dataJson["path"] = module_context::createAliasedPath(shinyPath); in enqueueStartEvent()
213 FilePath shinyPath = module_context::resolveAliasedPath(targetPath); in shinyRunCmd() local
215 shinyPath = shinyPath.getParent(); in shinyRunCmd()
226 std::string runPath = module_context::pathRelativeTo(workingDir, shinyPath); in shinyRunCmd()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/build/
H A DSessionBuild.cpp1218 void testShiny(FilePath& shinyPath, in testShiny() argument
1226 shinyTestName = shinyPath.getFilename(); in testShiny()
1227 shinyPath = shinyPath.getParent(); in testShiny()
1228 if (shinyPath.getFilename() == "shinytests" || in testShiny()
1229 shinyPath.getFilename() == "shinytest") in testShiny()
1233 shinyPath = shinyPath.getParent(); in testShiny()
1235 if (shinyPath.getFilename() == "tests") in testShiny()
1238 shinyPath = shinyPath.getParent(); in testShiny()
1244 shinyPath.getAbsolutePath()); in testShiny()
1267 initErrorParser(shinyPath, parsers); in testShiny()
[all …]