Home
last modified time | relevance | path

Searched refs:filePathSEXP (Results 1 – 4 of 4) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionAuthoring.cpp152 SEXP rs_rnwTangle(SEXP filePathSEXP, in rs_rnwTangle() argument
158 modules::tex::rnw_weave::runTangle(r::sexp::asString(filePathSEXP), in rs_rnwTangle()
H A DSessionDiagnostics.cpp840 SEXP rs_lintRFile(SEXP filePathSEXP) in rs_lintRFile() argument
847 std::string path = safeAsString(filePathSEXP); in rs_lintRFile()
H A DSessionFiles.cpp1315 SEXP rs_readLines(SEXP filePathSEXP) in rs_readLines() argument
1317 FilePath filePath(r::sexp::asString(filePathSEXP)); in rs_readLines()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp2019 SEXP rs_isRScriptInPackageBuildTarget(SEXP filePathSEXP) in rs_isRScriptInPackageBuildTarget() argument
2023 r::sexp::asUtf8String(filePathSEXP)); in rs_isRScriptInPackageBuildTarget()