Searched refs:mLocalPypiPath (Results 1 – 1 of 1) sorted by relevance
105 String mLocalPypiPath = null; field in VtsPythonVirtualenvPreparer177 mLocalPypiPath = pypiPath; in setLocalPypiPath()178 CLog.d(String.format("Loaded %s: %s", LOCAL_PYPI_PATH_KEY, mLocalPypiPath)); in setLocalPypiPath()187 if (mLocalPypiPath == null) { in setLocalPypiPath()194 mLocalPypiPath = pypiPath; in setLocalPypiPath()199 if (mLocalPypiPath == null) { in setLocalPypiPath()333 if (mLocalPypiPath == null) { in installPipModuleLocally()338 "install", name, "--no-index", "--find-links=" + mLocalPypiPath); in installPipModuleLocally()