Home
last modified time | relevance | path

Searched refs:profileDir (Results 1 – 3 of 3) 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/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java520 final File profileDir = getServices().addUser(profileUserId, 0, in preparePo() local
525 (new File(profileDir, "device_policies.xml")).getAbsoluteFile()); in preparePo()
527 (new File(profileDir, "profile_owner.xml")).getAbsoluteFile()); in preparePo()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java586 File profileDir = Environment.getDataProfilesDePackageDirectory( in prepareSystemServerProfile() local
588 String profilePath = new File(profileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()