Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java164 private String getQaUnoApiPath(String srcRoot, String _sModul) in getQaUnoApiPath() argument
166 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() argument
204 if (getQaUnoApiPath(srcRoot, _sModul) != null) in doesQaUnoApiFolderExist()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java125 final String srcRoot = System.getenv("SRC_ROOT"); in findOpenofficeHome() local
127 if (srcRoot == null || inPath == null) { in findOpenofficeHome()
132 final File instsetoo_native = new File(srcRoot, "instsetoo_native"); in findOpenofficeHome()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java82 String srcRoot = System.getProperty(PropertyName.SRC_ROOT); in getFullTestDocName() local
83 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DBuildEnvTools.java175 String srcRoot = (String) param.get(PropertyName.SRC_ROOT); in getCmdLinesWithCommand() local
176 …String envSet = "export cyg_src_root=`cygpath '" + srcRoot.replaceAll("\\\\", "\\\\\\\\")+ "'`; so… in getCmdLinesWithCommand()

Completed in 80 milliseconds