Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java2600 final File codePathFile = new File(codePathStr); in readDisabledSysPackageLPw() local
2601 if (PackageManagerService.locationIsPrivileged(codePathFile)) { in readDisabledSysPackageLPw()
2604 PackageSetting ps = new PackageSetting(name, realName, codePathFile, in readDisabledSysPackageLPw()