Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java999 File pythonBinaryFile = new File(venvDir.getAbsolutePath(), in getPythonBinary() local
1001 String pythonBinPath = pythonBinaryFile.getAbsolutePath(); in getPythonBinary()
1002 if (pythonBinaryFile.exists()) { in getPythonBinary()