Searched refs:EXTENSION_LIB_PATH (Results 1 – 1 of 1) sorted by relevance
28 const std::string EXTENSION_LIB_PATH = "/system/lib64/libapp_domain_verify_extension.z.so"; variable30 const std::string EXTENSION_LIB_PATH = "/system/lib64/libapp_domain_verify_extension.z.so";32 const std::string EXTENSION_LIB_PATH = "/system/lib/libapp_domain_verify_extension.z.so";58 EXTENSION_LIB_PATH.c_str(), dlerror()); in Init()105 return dlopen(EXTENSION_LIB_PATH.c_str(), RTLD_NOW | RTLD_GLOBAL); in OpenLib()