Home
last modified time | relevance | path

Searched defs:workingDir (Results 1 – 5 of 5) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java42 public VtsPythonRunnerHelper(IBuildInfo buildInfo, File workingDir) { in VtsPythonRunnerHelper()
44 workingDir); in VtsPythonRunnerHelper() local
47 public VtsPythonRunnerHelper(String virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper()
51 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper()
55 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir, IRunUtil runUtil) { in VtsPythonRunnerHelper()
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsCoverageCollector.java67 File workingDir = null; in onTestRunEnd() local
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java184 CommandStatus status, File workingDir) { in createMockVtsPythonRunnerHelper()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java471 File workingDir = null; in createVirtualEnvCache() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1521 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in createVtsPythonRunnerHelper()