Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java102 private DeviceDescriptor mDescriptor = null; field in VtsPythonVirtualenvPreparer
120 mDescriptor = device.getDeviceDescriptor(); in setUp()
137 throw new TargetSetupError("Failed to create the virtual-env", mDescriptor); in setUp()
145 "Failed to mark virtualenv complete.", e, mDescriptor); in setUp()
251 throw new TargetSetupError("Failed to source a script", mDescriptor); in installDeps()
275 "Failed to install pip requirement file " + mRequirementsFile, mDescriptor); in installDeps()
304 throw new TargetSetupError("Failed to install pip module " + dep, mDescriptor); in installDeps()
405 throw new TargetSetupError("Unsupported python version " + mPythonVersion, mDescriptor); in getConfiguredPythonVersionMajor()
492 "Failed to create a directory for the virtual env.", e, mDescriptor); in createVirtualEnvCache()