Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java126 final String sUnoapi = getModulePath(module); in checkModule() local
127 final File fUnoapi = new File(sUnoapi); in checkModule()
128 final String sMakeFile = sUnoapi + sep + "makefile.mk"; in checkModule()
132 final String[] commands = getDmakeCommands(sUnoapi); in checkModule()
261 private String[] getDmakeCommands(String sUnoapi) in getDmakeCommands() argument
275 "cd `cygpath '" + sUnoapi.replaceAll("\\\\", "\\\\\\\\") + "'`", in getDmakeCommands()
284 "cdd " + sUnoapi, in getDmakeCommands()
294 "cd " + sUnoapi, in getDmakeCommands()
409 String sUnoapi = getQaUnoApiPath(mSRC_ROOT, module); in getModulePath() local
410 return sUnoapi; in getModulePath()

Completed in 16 milliseconds