HomeSort by relevance Sort by last modified time
    Searched full:sepolicypath (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 39 private static final String sepolicyPath = "sepolicy";
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 121 milliseconds