Searched refs:statCmd (Results 1 – 1 of 1) sorted by relevance
262 String[] statCmd = { "stat", "-c", "%U", filesSetup.getTestDir() + "/" + DATA_FILE }; in test_getOwner() local263 Process statProcess = execCmdAndWaitForTermination(statCmd); in test_getOwner()