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.java67 public static final String NO_BINARY_ERROR = "Binary %s does not exist."; field in ExecutableBaseTest
217 String.format(NO_BINARY_ERROR, cmd), in run()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java110 String.format(ExecutableBaseTest.NO_BINARY_ERROR, path), in testRunHostExecutable_doesNotExists()
283 ExecutableBaseTest.NO_BINARY_ERROR, in testRunHostExecutable_notFound()
DExecutableTargetTestTest.java145 String.format(ExecutableBaseTest.NO_BINARY_ERROR, testCmd1), in testRun_pathNotExist()
155 String.format(ExecutableBaseTest.NO_BINARY_ERROR, testCmd2), in testRun_pathNotExist()