Searched refs:binHandle (Results 1 – 2 of 2) sorted by relevance
23 binHandle = dlopen(binPath, RTLD_NOW); in BinaryLoader()24 if (!binHandle) { in BinaryLoader()31 if (binHandle) { in ~BinaryLoader()32 dlclose(binHandle); in ~BinaryLoader()33 binHandle = nullptr; in ~BinaryLoader()
33 void* binHandle; variable