Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DJarUtil.java285 String sourcesPath = getOutputDirectory() + File.separator + "sources"; in createSourceZip() local
286 createSourceDir(pathsAndContents, sourcesPath); in createSourceZip()
287 zip(new File(sourcesPath), zipPath); in createSourceZip()
290 public static void createSourceDir(String[] pathsAndContents, String sourcesPath) throws IOExceptio… in createSourceDir() argument
291 flushDirectoryContent(new File(sourcesPath)); in createSourceDir()
293 String sourcePath = sourcesPath + File.separator + pathsAndContents[i]; in createSourceDir()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/data/
H A DSessionData.cpp70 FilePath sourcesPath = session::options().coreRSourcePath(); in pathFromSource() local
71 FilePath srcPath = sourcesPath.completePath(sourceFile); in pathFromSource()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookPlotReplay.cpp75 FilePath sourcesPath = session::options().coreRSourcePath(); in create() local
77 sources.push_back(sourcesPath.completePath("Tools.R")); in create()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DUtil.java478 String sourcesPath = getOutputDirectory() + File.separator + "sources";
479 createSourceDir(pathsAndContents, sourcesPath);
480 zip(new File(sourcesPath), zipPath);
483 public static void createSourceDir(String[] pathsAndContents, String sourcesPath) throws IOExceptio…
484 flushDirectoryContent(new File(sourcesPath));
486 String sourcePath = sourcesPath + File.separator + pathsAndContents[i];