Searched refs:sepolicyPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java39 private static final String sepolicyPath = "sepolicy"; field in class:SELinuxPolicyInstallReceiver
67 new File(contexts, sepolicyPath).renameTo(
68 new File(contexts, sepolicyPath + "_backup"));
80 new File(updateDir, sepolicyPath).renameTo(new File(contexts, sepolicyPath));
120 installFile(new File(updateDir, sepolicyPath), stream, chunkLengths[5]);

Completed in 41 milliseconds