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.java3446 final File codePathFile = new File(codePathStr); in readDisabledSysPackageLPw() local
3447 if (PackageManagerService.locationIsPrivileged(codePathFile)) { in readDisabledSysPackageLPw()
3450 PackageSetting ps = new PackageSetting(name, realName, codePathFile, in readDisabledSysPackageLPw()