Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java204 for (File pyFile : pythonFilesList) { in run()
205 if (!pyFile.exists()) { in run()
208 pyFile.getAbsolutePath()); in run()
211 pyFile.setExecutable(true); in run()
212 runSinglePythonFile(listener, testInfo, pyFile); in run()
241 ITestInvocationListener listener, TestInformation testInfo, File pyFile) { in runSinglePythonFile() argument
243 commandLine.add(pyFile.getAbsolutePath()); in runSinglePythonFile()
314 String runName = pyFile.getName(); in runSinglePythonFile()