Searched refs:dmFile (Results 1 – 2 of 2) sorted by relevance
89 File dmFile = copyResourceToFile( in installFromResourcesImpl() local91 dmFile.deleteOnExit(); in installFromResourcesImpl()92 files.add(dmFile.getAbsolutePath()); in installFromResourcesImpl()
420 static private byte[] extractProfileFromDexMetadata(File dmFile) throws Exception { in extractProfileFromDexMetadata() argument421 try (ZipInputStream in = new ZipInputStream(new FileInputStream(dmFile))) { in extractProfileFromDexMetadata()