Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h201 bool ReadFile(const std::string& filename, std::vector<uint8_t>* file_content);
/bootable/recovery/applypatch/
Dimgdiff.cpp621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) { in ReadFile() function in Image
647 if (!ReadFile(filename, &file_content_)) { in Initialize()
1246 if (!ReadFile(filename, &file_content_)) { in Initialize()