Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java714 final List<String> splitPaths = new ArrayList<>(); in calculateInstalledSize() local
717 splitPaths.add(file.getAbsolutePath()); in calculateInstalledSize()
721 splitPaths.add(file.getAbsolutePath()); in calculateInstalledSize()
727 splitPaths.toArray(new String[splitPaths.size()]), null); in calculateInstalledSize()