Lines Matching defs:handle
89 void* handle = dlopen("libfaultlogger.z.so", RTLD_LAZY | RTLD_NODELETE);
90 if (handle == nullptr) {
95 auto addFaultLog = reinterpret_cast<void (*)(FaultDFXLOGIInner*)>(dlsym(handle, "AddFaultLog"));
98 dlclose(handle);
114 dlclose(handle);
164 void* handle = dlopen("libability_manager_c.z.so", RTLD_LAZY | RTLD_NODELETE);
165 if (handle == nullptr) {
170 RecordAppExitReason recordAppExitReason = (RecordAppExitReason)dlsym(handle, "RecordAppExitReason");
173 dlclose(handle);
180 dlclose(handle);