Searched refs:getRunUtil (Results 1 – 2 of 2) sorted by relevance
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparer.java | 133 VtsPythonRunnerHelper.activateVirtualenv(getRunUtil(), mVenvDir.getAbsolutePath()); in setUp() 212 CommandResult c = getRunUtil().runTimedCmd(MINUTE_IN_MSECS, "ls", path); in dirExistsAndHaveReadAccess() 244 CommandResult c = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, scriptFile); in installDeps() 259 getRunUtil().sleep(retry_interval); in installDeps() 288 getRunUtil().sleep(retry_interval); in installDeps() 294 getRunUtil().sleep(PIP_INSTALL_DELAY); in installDeps() 315 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() 355 result = getRunUtil().runTimedCmd( in installPipModule() [all …]
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparerTest.java | 78 protected IRunUtil getRunUtil() { in getRunUtil() method in VtsPythonVirtualenvPreparerTest.MockPythonVirtualenvPreparer
|