Home
last modified time | relevance | path

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

/bionic/linker/
Ddlfcn.cpp44 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror() argument
47 if (detail != nullptr) { in __bionic_format_dlerror()
49 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()