Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java192 String exec = testDevice.executeShellCommand(String.format("file %s", fullBinaryPath)); in countExpectedTests() local
194 if (!exec.contains(EXECUTABLE_BUILD_ID)) { in countExpectedTests()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestFuncTest.java153 Runtime.getRuntime().exec( in testRun_deviceReboot()
DInstrumentationTestFuncTest.java293 .exec( in testRun_deviceRuntimeReset()
299 .exec( in testRun_deviceRuntimeReset()
/tools/repohooks/
DREADME.md219 and exec-ed in its own context. The only entry-point that matters is `main`.