Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.h111 #define __BIONIC_DLERROR_BUFFER_SIZE 512 macro
112 char dlerror_buffer[__BIONIC_DLERROR_BUFFER_SIZE];
/bionic/linker/
Ddlfcn.cpp57 strlcpy(buffer, msg, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()
59 strlcat(buffer, ": ", __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()
60 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()