Searched refs:detail (Results 1 – 2 of 2) sorted by relevance
43 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror() argument46 if (detail != nullptr) { in __bionic_format_dlerror()48 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()
179 // implementation detail that should have hidden visibility, so it needs