Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/tex/
H A DSessionViewPdf.cpp42 if (!filePath.exists() || !module_context::isPathViewAllowed(filePath)) in handleViewPdf()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionWorkbench.cpp423 if (!filePath.exists() || !module_context::isPathViewAllowed(filePath)) in handleFileShow()
H A DSessionFiles.cpp210 if (!module_context::isPathViewAllowed(targetPath)) in getFileContents()
H A DSessionSource.cpp306 if (!module_context::isPathViewAllowed(documentPath)) in openDocument()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionModuleContext.hpp921 bool isPathViewAllowed(const core::FilePath& path);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp2227 if (!isPathViewAllowed(filePath)) in showFile()
2572 bool isPathViewAllowed(const FilePath& filePath) in isPathViewAllowed() function