Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h258 bool InitializeChunks(const std::string& filename, ZipArchiveHandle handle);
/bootable/recovery/applypatch/
Dimgdiff.cpp666 if (!InitializeChunks(filename, handle)) { in Initialize()
676 bool ZipModeImage::InitializeChunks(const std::string& filename, ZipArchiveHandle handle) { in InitializeChunks() function in ZipModeImage