Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java199 File profileDir = Environment.getDataProfilesDePackageDirectory(userId, packageName); in getCurrentProfilePath() local
200 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getCurrentProfilePath()
212 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getProfileSnapshotFileForName() local
213 return new File(profileDir, profileName + ".snapshot"); in getProfileSnapshotFileForName()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java588 File profileDir = Environment.getDataProfilesDePackageDirectory( in prepareSystemServerProfile() local
590 String profilePath = new File(profileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()