Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionOptions.gen.hpp335 value<std::string>(&rpostbackPath_)->default_value(kDefaultPostbackPath), in buildOptions()
486 core::FilePath rpostbackPath() const { return core::FilePath(rpostbackPath_); } in rpostbackPath()
587 std::string rpostbackPath_; member in rstudio::session::GeneratedOptions
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionOptions.cpp275 resolvePostbackPath(resourcePath_, &rpostbackPath_); in read()