Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java163 private String getQaUnoApiPath(String srcRoot, String _sModul) in getQaUnoApiPath() argument
165 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() argument
203 if (getQaUnoApiPath(srcRoot, _sModul) != null) in doesQaUnoApiFolderExist()
/aoo41x/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()
/aoo41x/main/qadevOOo/runner/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()
/aoo41x/main/qadevOOo/runner/helper/
H A DBuildEnvTools.java174 String srcRoot = (String) param.get(PropertyName.SRC_ROOT); in getCmdLinesWithCommand() local
175 …String envSet = "export cyg_src_root=`cygpath '" + srcRoot.replaceAll("\\\\", "\\\\\\\\")+ "'`; so… in getCmdLinesWithCommand()

Completed in 31 milliseconds