Home | History | Annotate | Download | only in pm

Lines Matching refs:codePaths

10226                 String codePaths = TextUtils.join(";", allCodePaths);
10227 mInstaller.dumpProfiles(sharedGid, packageName, codePaths);
20729 final String[] codePaths = { ps.codePathString };
20733 ps.appId, ceDataInodes, codePaths, stats);
23901 List<String> codePaths = new ArrayList<>();
23905 codePaths.add(ps.codePath.getAbsolutePath());
23907 return codePaths;
25805 final List<String> codePaths;
25812 codePaths = pkg.getAllCodePaths();
25815 for (String codePath : codePaths) {