Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparerTest.java168 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_reqFile_success()
193 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_success()
221 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_reqFile_failure()
248 anyLong(), EasyMock.eq(mPreparer.getPipPath()), EasyMock.eq("list"))) in testInstallDeps_depModule_failure()
250 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_failure()
254 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_failure()
271 anyLong(), EasyMock.eq(mPreparer.getPipPath()), EasyMock.eq("list"))) in addDefaultModuleExpectations()
273 expect(mockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in addDefaultModuleExpectations()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java315 CommandResult result = getRunUtil().runTimedCmd(10 * MINUTE_IN_MSECS, getPipPath(), in installPipRequirementFile()
333 CommandResult result = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), in installPipModuleLocally()
349 getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), "install", name); in installPipModule()
356 5 * MINUTE_IN_MSECS, getPipPath(), "install", "--upgrade", name); in installPipModule()
373 public String getPipPath() { in getPipPath() method in VtsPythonVirtualenvPreparer
719 CommandResult res = getRunUtil().runTimedCmd(30 * SECOND_IN_MSECS, getPipPath(), "list");