Searched refs:privilegedAppDir (Results 1 – 1 of 1) sorted by relevance
1550 final File privilegedAppDir = new File(Environment.getRootDirectory(), "priv-app"); in PackageManagerService() local1551 scanDirLI(privilegedAppDir, PackageParser.PARSE_IS_SYSTEM in PackageManagerService()1696 if (FileUtils.contains(privilegedAppDir, scanFile)) { in PackageManagerService()11063 final String privilegedAppDir = new File(Environment.getRootDirectory(), "priv-app") in locationIsPrivileged() local11065 return path.getCanonicalPath().startsWith(privilegedAppDir); in locationIsPrivileged()