Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 6 of 6) sorted by relevance

/test/vts/utils/python/controllers/
Dfastboot.py21 def exe_cmd(*cmds):
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DCmdUtilTest.java110 Vector<String> cmds = new Vector<String>(); in testRetryMultipleCommandsSuccess() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DCmdUtil.java69 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparerTest.java79 public boolean retry(ITestDevice device, Vector<String> cmds, String validation_cmd, in retry()
/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java116 String[] cmds = {mkdtboimgBin.getAbsolutePath(), "dump", hostDtboImage.getAbsolutePath(), in testCheckDTBOPartition() local
/test/vts/runners/host/
Dutils.py323 def exe_cmd(*cmds):