Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp110 const int kDlopenFlags = RTLD_NOW | RTLD_NODELETE; in Init() local
111 handle_ = dlopen(library, kDlopenFlags); in Init()
126 handle_ = dlopen(library, kDlopenFlags); in Init()