Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java262 String[] statCmd = { "stat", "-c", "%U", filesSetup.getTestDir() + "/" + DATA_FILE }; in test_getOwner() local
263 Process statProcess = execCmdAndWaitForTermination(statCmd); in test_getOwner()