Searched refs:zipPaths (Results 1 – 1 of 1) sorted by relevance
467 final List<String> zipPaths = new ArrayList<>(10); in createOrUpdateClassLoaderLocked() local469 makePaths(mActivityThread, mApplicationInfo, zipPaths, libPaths); in createOrUpdateClassLoaderLocked()507 final String zip = (zipPaths.size() == 1) ? zipPaths.get(0) : in createOrUpdateClassLoaderLocked()508 TextUtils.join(File.pathSeparator, zipPaths); in createOrUpdateClassLoaderLocked()