Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc227 void* chaps_handle_; member in crypto::__anonb0fc516a0111::ScopedChapsLoadFixup
236 chaps_handle_ = dlopen(kChapsPath, RTLD_LOCAL | RTLD_NOW | RTLD_DEEPBIND); in ScopedChapsLoadFixup()
241 if (chaps_handle_) in ~ScopedChapsLoadFixup()
242 dlclose(chaps_handle_); in ~ScopedChapsLoadFixup()