Home | History | Annotate | Download | only in app

Lines Matching refs:zipPaths

428             // will be added to zipPaths that shouldn't be part of the library path.
625 final List<String> zipPaths = new ArrayList<>(10);
646 makePaths(mActivityThread, isBundledApp, mApplicationInfo, zipPaths, libPaths);
681 final String zip = (zipPaths.size() == 1) ? zipPaths.get(0) :
682 TextUtils.join(File.pathSeparator, zipPaths);