Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h81 extern bool image_save(const std::string& filename, image *ctx);
Dmain.cpp261 if (!out_filename.empty() && !image_save(out_filename, &ctx)) { in decode()
Dimage.cpp173 bool image_save(const std::string& filename, image *ctx) in image_save() function