Searched refs:srcRoot (Results 1 – 4 of 4) sorted by relevance
164 private String getQaUnoApiPath(String srcRoot, String _sModul) in getQaUnoApiPath() argument166 File aFile = new File(srcRoot); in getQaUnoApiPath()169 System.out.println("ERROR: srcRoot '" + srcRoot + "' does not exist."); in getQaUnoApiPath()172 String sModulePath = srcRoot; in getQaUnoApiPath()202 private boolean doesQaUnoApiFolderExist(String srcRoot, String _sModul) in doesQaUnoApiFolderExist() argument204 if (getQaUnoApiPath(srcRoot, _sModul) != null) in doesQaUnoApiFolderExist()
125 final String srcRoot = System.getenv("SRC_ROOT"); in findOpenofficeHome() local127 if (srcRoot == null || inPath == null) { in findOpenofficeHome()132 final File instsetoo_native = new File(srcRoot, "instsetoo_native"); in findOpenofficeHome()
82 String srcRoot = System.getProperty(PropertyName.SRC_ROOT); in getFullTestDocName() local83 if (srcRoot != null) { in getFullTestDocName()84 File srcR = new File(srcRoot); in getFullTestDocName()93 … String tDoc = srcRoot.concat(pthSep).concat(list[0]).concat(pthSep).concat("testdocs"); in getFullTestDocName()
175 String srcRoot = (String) param.get(PropertyName.SRC_ROOT); in getCmdLinesWithCommand() local176 …String envSet = "export cyg_src_root=`cygpath '" + srcRoot.replaceAll("\\\\", "\\\\\\\\")+ "'`; so… in getCmdLinesWithCommand()
Completed in 24 milliseconds