Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java41 public VtsPythonRunnerHelper(IBuildInfo buildInfo, File workingDir) { in VtsPythonRunnerHelper() argument
43 workingDir); in VtsPythonRunnerHelper() local
46 public VtsPythonRunnerHelper(String virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() argument
47 this(virtualEnvPath == null ? null : new File(virtualEnvPath), workingDir); in VtsPythonRunnerHelper()
50 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() argument
54 mRunUtil.setWorkingDir(workingDir); in VtsPythonRunnerHelper()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java83 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in setUp()
84 return createMockVtsPythonRunnerHelper(CommandStatus.SUCCESS, workingDir); in setUp()
184 CommandStatus status, File workingDir) { in createMockVtsPythonRunnerHelper() argument
185 return new VtsPythonRunnerHelper(new File(PYTHON_DIR), workingDir) { in createMockVtsPythonRunnerHelper()
256 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
257 return createMockVtsPythonRunnerHelper(CommandStatus.SUCCESS, workingDir);
299 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
300 return createMockVtsPythonRunnerHelper(CommandStatus.SUCCESS, workingDir);
344 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
345 return createMockVtsPythonRunnerHelper(CommandStatus.FAILED, workingDir);
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsCoverageCollector.java67 File workingDir = null; in onTestRunEnd() local
70 workingDir = invocationHelper.getTestsDir(); in onTestRunEnd()
75 mPythonRunnerHelper = new VtsPythonRunnerHelper(buildInfo, workingDir); in onTestRunEnd()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1492 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in createVtsPythonRunnerHelper() argument
1493 return new VtsPythonRunnerHelper(mBuildInfo, workingDir); in createVtsPythonRunnerHelper()