Searched refs:detail (Results 1 – 3 of 3) sorted by relevance
107 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror() argument110 if (detail != nullptr) { in __bionic_format_dlerror()112 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()
207 // implementation detail that should have hidden visibility, so it needs
111 https://code.google.com/p/android/issues/detail?id=6670). API level 23