Home
last modified time | relevance | path

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

/aoo42x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java478 String sOfficeMemoryCommand = null; in getOfficeMemoryUsage() local
479 sOfficeMemoryCommand = FileHelper.appendPath(m_aTempDir.getTempDir(), "getPmap"); in getOfficeMemoryUsage()
484 createExecutableFile(sOfficeMemoryCommand, command); in getOfficeMemoryUsage()
486 ProcessHandler processID = new ProcessHandler(sOfficeMemoryCommand); in getOfficeMemoryUsage()
490 assertTrue("Execute of " + sOfficeMemoryCommand + " failed", nError == 0); in getOfficeMemoryUsage()
494 fail("Could not determine Office memory usage. Check " + sOfficeMemoryCommand); in getOfficeMemoryUsage()

Completed in 18 milliseconds