Searched refs:detail (Results 1 – 7 of 7) sorted by relevance
110 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror() argument113 if (detail != nullptr) { in __bionic_format_dlerror()115 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()
26 We also have more detail on several specific parts of the implementation:
46 detail. But there are legitimate use cases, and automatically retrying
411 blog post, and there's more detail about the implementation in
200 // implementation detail that should have hidden visibility, so it needs
215 Most of the detail should actually be left to the man7.org page, with
112 https://code.google.com/p/android/issues/detail?id=6670). API level 23