Searched refs:srcRoot (Results 1 – 4 of 4) sorted by relevance
163 private String getQaUnoApiPath(String srcRoot, String _sModul) in getQaUnoApiPath() argument165 File aFile = new File(srcRoot); in getQaUnoApiPath()168 System.out.println("ERROR: srcRoot '" + srcRoot + "' does not exist."); in getQaUnoApiPath()171 String sModulePath = srcRoot; in getQaUnoApiPath()201 private boolean doesQaUnoApiFolderExist(String srcRoot, String _sModul) in doesQaUnoApiFolderExist() argument203 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()
174 String srcRoot = (String) param.get(PropertyName.SRC_ROOT); in getCmdLinesWithCommand() local175 …String envSet = "export cyg_src_root=`cygpath '" + srcRoot.replaceAll("\\\\", "\\\\\\\\")+ "'`; so… in getCmdLinesWithCommand()
Completed in 41 milliseconds