Searched refs:sOfficeMemoryCommand (Results 1 – 1 of 1) sorted by relevance
465 String sOfficeMemoryCommand = null; in getOfficeMemoryUsage() local466 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 15 milliseconds