Home
last modified time | relevance | path

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

/external/vboot_reference/utility/include/
Dbmpblk_utility.h97 const string read_image_file(const char *filename);
/external/vboot_reference/utility/
Dbmpblk_utility.cc397 const string &content = read_image_file(it->second.filename.c_str()); in load_all_image_files()
466 const string BmpBlockUtil::read_image_file(const char *filename) { in read_image_file() function in vboot_reference::BmpBlockUtil