Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java230 Path copiedBinary = copyFile(binary.toPath(), mWorkDir.toPath()); in run() local
231 copiedBinary.toFile().setExecutable(true); in run()