Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefsLayer.cpp50 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile)); in readPrefs()
67 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile)); in onPrefsFileChanged()
H A DPrefTests.cpp84 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile));
102 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile));
H A DUserPrefsDefaultLayer.cpp37 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile)); in readPrefs()
H A DUserPrefsSystemLayer.cpp38 options().rResourcesPath().completePath("schema").completePath(kUserPrefsSchemaFile)); in readPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefs.hpp20 #define kUserPrefsSchemaFile "user-prefs-schema.json" macro