Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java318 private String mPythonBin = null; field in VtsMultiDeviceTest
464 if (mPythonBin == null) { in run()
465 mPythonBin = getPythonBinary(); in run()
799 if (mPythonBin == null){ in doRunTest()
800 mPythonBin = getPythonBinary(); in doRunTest()
802 String[] baseOpts = {mPythonBin, "-m"}; in doRunTest()