Home
last modified time | relevance | path

Searched refs:image_ecc_load (Results 1 – 3 of 3) sorted by relevance

/system/extras/verity/fec/
Dimage.h84 extern bool image_ecc_load(const std::string& filename, image *ctx);
Dmain.cpp228 if (!image_ecc_load(fec_filename, &ctx) || in decode()
Dimage.cpp212 bool image_ecc_load(const std::string& filename, image *ctx) in image_ecc_load() function