Searched refs:profileDir (Results 1 – 2 of 2) sorted by relevance
199 File profileDir = Environment.getDataProfilesDePackageDirectory(userId, packageName); in getCurrentProfilePath() local200 return new File(profileDir, getProfileName(splitName)).getAbsolutePath(); in getCurrentProfilePath()212 File profileDir = Environment.getDataRefProfilesDePackageDirectory(packageName); in getProfileSnapshotFileForName() local213 return new File(profileDir, profileName + ".snapshot"); in getProfileSnapshotFileForName()
588 File profileDir = Environment.getDataProfilesDePackageDirectory( in prepareSystemServerProfile() local590 String profilePath = new File(profileDir, systemServerProfileName).getAbsolutePath(); in prepareSystemServerProfile()