Searched refs:getAllCodePaths (Results 1 – 4 of 4) sorted by relevance
88 return create(pkg.getAllCodePaths(), in create()93 return create(lite.getAllCodePaths(), lite.multiArch); in create()
446 for (String codePath : pkg.getAllCodePaths()) { in calculateInstalledSize()
5162 usesLibraryFiles.addAll(p.getAllCodePaths()); in addSharedLibraryLPw()9595 allCodePaths = pkg.getAllCodePaths(); in cleanUpResourcesLI()9903 private List<String> getAllCodePaths() { in getAllCodePaths() method in PackageManagerService.AsecInstallArgs9908 return pkg.getAllCodePaths(); in getAllCodePaths()9918 cleanUpResourcesLI(getAllCodePaths()); in cleanUpResourcesLI()9955 final List<String> allCodePaths = getAllCodePaths(); in doPostDeleteLI()
288 public List<String> getAllCodePaths() { in getAllCodePaths() method in PackageParser.PackageLite4340 public List<String> getAllCodePaths() { in getAllCodePaths() method in PackageParser.Package