Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java59 public static final String NO_BINARY_ERROR = "Binary %s does not exist."; field in ExecutableBaseTest
170 String.format(NO_BINARY_ERROR, cmd), in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java104 String.format(ExecutableBaseTest.NO_BINARY_ERROR, path), in testRunHostExecutable_doesNotExists()
276 ExecutableBaseTest.NO_BINARY_ERROR, in testRunHostExecutable_notFound()
DExecutableTargetTestTest.java144 String.format(ExecutableBaseTest.NO_BINARY_ERROR, testCmd1), in testRun_pathNotExist()
152 String.format(ExecutableBaseTest.NO_BINARY_ERROR, testCmd2), in testRun_pathNotExist()