Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/include/shared_core/system/
H A DUser.hpp83 static FilePath getUserHomePath(const std::string& in_envOverride = std::string());
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/system/
H A DWin32User.cpp161 FilePath User::getUserHomePath(const std::string& in_envOverride) in getUserHomePath() function in rstudio::core::system::User
H A DUser.cpp136 FilePath User::getUserHomePath(const std::string& in_envOverride) in getUserHomePath() function in rstudio::core::system::User
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DWin32System.cpp315 return User::getUserHomePath(envOverride); in userHomePath()
H A DPosixSystem.cpp521 return User::getUserHomePath(envOverride); in userHomePath()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/
H A DFilePath.cpp553 safePath = system::User::getUserHomePath(); in safeCurrentPath()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp2337 return system::User::getUserHomePath(); in shellWorkingDirectory()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java260 userHomePath_ = getUserHomePath(session_.getSessionInfo()); in RemoteServer()
398 private static final native String getUserHomePath(SessionInfo info) /*-{ in getUserHomePath() method in RemoteServer