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

/frameworks/base/services/core/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java70 private void installFile(File destination, BufferedInputStream stream, int length) method in class:SELinuxPolicyInstallReceiver
91 installFile(new File(tmp, versionPath), stream, chunkLengths[0]);
92 installFile(new File(tmp, macPermissionsPath), stream, chunkLengths[1]);
93 installFile(new File(tmp, seappContextsPath), stream, chunkLengths[2]);
94 installFile(new File(tmp, propertyContextsPath), stream, chunkLengths[3]);
95 installFile(new File(tmp, fileContextsPath), stream, chunkLengths[4]);
96 installFile(new File(tmp, sepolicyPath), stream, chunkLengths[5]);
97 installFile(new File(tmp, serviceContextsPath), stream, chunkLengths[6]);

Completed in 194 milliseconds