Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libelf/
Delf_static_relocation_checker.cpp31 std::vector<uint8_t> ReadFile(const std::string& file_name) { in ReadFile() function
/bootable/deprecated-ota/applypatch/
Dimgdiff.cpp621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) { in ReadFile() function in Image