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

/frameworks/base/services/core/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java42 private static final String seappContextsPath = "seapp_contexts"; field in class:SELinuxPolicyInstallReceiver
58 new File(contexts, seappContextsPath).renameTo(
59 new File(contexts, seappContextsPath + "_backup"));
77 new File(updateDir, seappContextsPath).renameTo(new File(contexts, seappContextsPath));
117 installFile(new File(updateDir, seappContextsPath), stream, chunkLengths[2]);

Completed in 53 milliseconds