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