Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java63 List<APKEntry> deviceZipEntries = getMetadataFromFile(deviceMetadataPath); in main()
120 … private static List<APKEntry> getMetadataFromFile(String deviceMetadataPath) throws IOException { in getMetadataFromFile() method in DeployPatchGenerator