Home
last modified time | relevance | path

Searched defs:hostFile (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java61 File hostFile = new File(apkPath); in main() local
152 List<SimpleEntry<APKEntry, APKEntry>> identicalContentsEntrySet, File hostFile) in reportIdenticalContents()
170 File hostFile, OutputStream patchStream) throws IOException, PatchFormatException { in createPatch()