Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewZygote.java214 final List<String> zipPaths = new ArrayList<>(10); in connectToZygoteIfNeededLocked() local
216 LoadedApk.makePaths(null, false, sPackage.applicationInfo, zipPaths, libPaths); in connectToZygoteIfNeededLocked()
218 final String zip = (zipPaths.size() == 1) ? zipPaths.get(0) : in connectToZygoteIfNeededLocked()
219 TextUtils.join(File.pathSeparator, zipPaths); in connectToZygoteIfNeededLocked()
/frameworks/base/core/java/android/app/
DLoadedApk.java625 final List<String> zipPaths = new ArrayList<>(10); in createOrUpdateClassLoaderLocked() local
646 makePaths(mActivityThread, isBundledApp, mApplicationInfo, zipPaths, libPaths); in createOrUpdateClassLoaderLocked()
681 final String zip = (zipPaths.size() == 1) ? zipPaths.get(0) : in createOrUpdateClassLoaderLocked()
682 TextUtils.join(File.pathSeparator, zipPaths); in createOrUpdateClassLoaderLocked()