HomeSort by relevance Sort by last modified time
    Searched defs:updateDir (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 65 new File(updateDir, seappContextsPath).renameTo(new File(contexts, seappContextsPath));
66 new File(updateDir, propertyContextsPath).renameTo(new File(contexts, propertyContextsPath));
67 new File(updateDir, fileContextsPath).renameTo(new File(contexts, fileContextsPath));
68 new File(updateDir, sepolicyPath).renameTo(new File(contexts, sepolicyPath));
92 writeUpdate(updateDir, destination, Base64.decode(chunk, Base64.DEFAULT));
99 installFile(new File(updateDir, seappContextsPath), stream, chunkLengths[0]);
100 installFile(new File(updateDir, propertyContextsPath), stream, chunkLengths[1]);
101 installFile(new File(updateDir, fileContextsPath), stream, chunkLengths[2]);
102 installFile(new File(updateDir, sepolicyPath), stream, chunkLengths[3]);
110 File contexts = new File(updateDir.getParentFile(), "contexts")
    [all...]
ConfigUpdateInstallReceiver.java 59 protected final File updateDir;
63 public ConfigUpdateInstallReceiver(String updateDir, String updateContentPath,
65 this.updateDir = new File(updateDir);
66 this.updateContent = new File(updateDir, updateContentPath);
67 File updateMetadataDir = new File(updateDir, updateMetadataPath);
258 writeUpdate(updateDir, updateContent, content);
259 writeUpdate(updateDir, updateVersion, Long.toString(version).getBytes());
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 44 milliseconds