Home
last modified time | relevance | path

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

/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java465 String sOfficeMemoryCommand = null; in getOfficeMemoryUsage() local
466 sOfficeMemoryCommand = FileHelper.appendPath(m_aTempDir.getTempDir(), "getPmap"); in getOfficeMemoryUsage()
471 createExecutableFile(sOfficeMemoryCommand, command); in getOfficeMemoryUsage()
473 ProcessHandler processID = new ProcessHandler(sOfficeMemoryCommand); in getOfficeMemoryUsage()
477 assertTrue("Execute of " + sOfficeMemoryCommand + " failed", nError == 0); in getOfficeMemoryUsage()
481 fail("Could not determine Office memory usage. Check " + sOfficeMemoryCommand); in getOfficeMemoryUsage()

Completed in 13 milliseconds