Searched refs:getPipPath (Results 1 – 2 of 2) sorted by relevance
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparerTest.java | 78 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_reqFile_success() 103 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_success() 131 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_reqFile_failure() 161 anyLong(), EasyMock.eq(mPreparer.getPipPath()), EasyMock.eq("list"))) in testInstallDeps_depModule_failure() 163 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_failure() 168 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_failure() 187 anyLong(), EasyMock.eq(mPreparer.getPipPath()), EasyMock.eq("list"))) in addDefaultModuleExpectations() 189 expect(mockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in addDefaultModuleExpectations()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparer.java | 319 CommandResult result = getRunUtil().runTimedCmd(10 * MINUTE_IN_MSECS, getPipPath(), in installPipRequirementFile() 337 CommandResult result = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), in installPipModuleLocally() 353 getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), "install", name); in installPipModule() 360 5 * MINUTE_IN_MSECS, getPipPath(), "install", "--upgrade", name); in installPipModule() 377 public String getPipPath() { in getPipPath() method in VtsPythonVirtualenvPreparer 632 CommandResult res = getRunUtil().runTimedCmd(30 * SECOND_IN_MSECS, getPipPath(), "list");
|