Searched refs:mLocalPypiPath (Results 1 – 1 of 1) sorted by relevance
104 String mLocalPypiPath = null; field in VtsPythonVirtualenvPreparer173 mLocalPypiPath = pypiPath; in setLocalPypiPath()174 CLog.d(String.format("Loaded %s: %s", LOCAL_PYPI_PATH_KEY, mLocalPypiPath)); in setLocalPypiPath()183 if (mLocalPypiPath == null) { in setLocalPypiPath()190 mLocalPypiPath = pypiPath; in setLocalPypiPath()195 if (mLocalPypiPath == null) { in setLocalPypiPath()329 if (mLocalPypiPath == null) { in installPipModuleLocally()334 "install", name, "--no-index", "--find-links=" + mLocalPypiPath); in installPipModuleLocally()