Home
last modified time | relevance | path

Searched refs:createPatch (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java97 createPatch(identicalContentsEntrySet, hostFile, System.out); in main()
169 static void createPatch(List<SimpleEntry<APKEntry, APKEntry>> zipEntrySimpleEntrys, in createPatch() method in DeployPatchGenerator