Searched refs:getAllCodePaths (Results 1 – 4 of 4) sorted by relevance
90 return create(pkg.getAllCodePaths(), in create()96 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs); in create()
540 for (String codePath : pkg.getAllCodePaths()) { in calculateInstalledSize()
362 public List<String> getAllCodePaths() { in getAllCodePaths() method in PackageParser.PackageLite5005 public List<String> getAllCodePaths() { in getAllCodePaths() method in PackageParser.Package
7795 usesLibraryFiles.addAll(p.getAllCodePaths());13498 allCodePaths = pkg.getAllCodePaths();13769 private List<String> getAllCodePaths() {13774 return pkg.getAllCodePaths();13784 cleanUpResourcesLI(getAllCodePaths());13798 final List<String> allCodePaths = getAllCodePaths();