Home
last modified time | relevance | path

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

/system/extras/libfec/include/fec/
Dio.h93 extern int fec_close(struct fec_handle *f);
120 using handle = std::unique_ptr<fec_handle, decltype(&fec_close)>;
124 io() : handle_(nullptr, fec_close) {} in io()
127 int roots = FEC_DEFAULT_ROOTS) : handle_(nullptr, fec_close) { in handle_() argument
147 return !fec_close(handle_.release()); in close()
/system/extras/libfec/
Dfec_open.cpp407 int fec_close(struct fec_handle *f) in fec_close() function
524 fec::handle f(new (std::nothrow) fec_handle, fec_close); in fec_open()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp607 fec_close(f); in compare_last_signature()
881 fec_close(f); in fs_mgr_setup_verity()