Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/utils/binary_loader_utils/src/
Dbinary_loader.cpp23 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()
/cts/hostsidetests/securitybulletin/utils/binary_loader_utils/include/
Dbinary_loader.h33 void* binHandle; variable