Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFilesSetup.java164 static Process execCmdAndWaitForTermination(String... cmdList) in execCmdAndWaitForTermination() method in FilesSetup
DFiles2Test.java84 import static libcore.java.nio.file.FilesSetup.execCmdAndWaitForTermination;
263 Process statProcess = execCmdAndWaitForTermination(statCmd); in test_getOwner()
284 execCmdAndWaitForTermination(symLinkCmd); in test_isSymbolicLink()
306 execCmdAndWaitForTermination(mkdir); in test_isDirectory()
362 execCmdAndWaitForTermination(touchCmd); in test_getLastModifiedTime()
419 execCmdAndWaitForTermination(ddCmd); in test_size()