Home
last modified time | relevance | path

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

/bionic/linker/
Ddlfcn.c25 #define DL_ERR_CANNOT_LOAD_LIBRARY 1 macro
35 [DL_ERR_CANNOT_LOAD_LIBRARY] = "Cannot load library",
61 set_dlerror(DL_ERR_CANNOT_LOAD_LIBRARY); in dlopen()