Searched refs:statProcess (Results 1 – 1 of 1) sorted by relevance
263 Process statProcess = execCmdAndWaitForTermination(statCmd); in test_getOwner() local264 String owner = readFromInputStream(statProcess.getInputStream()).trim(); in test_getOwner()