Home
last modified time | relevance | path

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

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