Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRSuspend.cpp50 const FilePath& suspendedSessionPath, in saveSessionState() argument
63 return r::session::state::saveMinimal(suspendedSessionPath, in saveSessionState()
69 return r::session::state::save(suspendedSessionPath, in saveSessionState()
79 void setSuspendPaths(const FilePath& suspendedSessionPath, in setSuspendPaths() argument
83 s_suspendedSessionPath = suspendedSessionPath; in setSuspendPaths()
89 FilePath suspendedSessionPath() in suspendedSessionPath() function
95 const FilePath& suspendedSessionPath, in suspend() argument
118 suspendedSessionPath, in suspend()
213 core::FilePath suspendedSessionPath() in suspendedSessionPath() function
H A DRSuspend.hpp30 core::FilePath suspendedSessionPath();
32 const core::FilePath& suspendedSessionPath,
H A DRSession.cpp336 if (!suspendedSessionPath().exists() && oldSuspendedSessionPath.exists()) in run()
339 Error error = oldSuspendedSessionPath.move(suspendedSessionPath()); in run()
347 suspendedSessionPath()); in run()
388 …loadInitFile = (!options.disableRProfileOnStart && (!suspendedSessionPath().exists() || options.rP… in run()
390 || r::session::state::packratModeEnabled(suspendedSessionPath()); in run()
395 suspendedSessionPath().exists(); in run()
H A DRInit.cpp175 void restoreSession(const FilePath& suspendedSessionPath, in restoreSession() argument
188 r::session::state::restore(suspendedSessionPath, in restoreSession()
286 else if (suspendedSessionPath().exists()) in initialize()
290 restoreSession(suspendedSessionPath(), &errorMessages); in initialize()
H A DRStdCallbacks.cpp730 if (!r::session::state::destroy(utils::suspendedSessionPath())) in RCleanUp()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/session/
H A DRSessionUtils.hpp75 core::FilePath suspendedSessionPath();