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

/bionic/libc/bionic/
H A Dpthread_internal.h104 #define __BIONIC_DLERROR_BUFFER_SIZE 512 macro
105 char dlerror_buffer[__BIONIC_DLERROR_BUFFER_SIZE];
/bionic/linker/
H A Ddlfcn.cpp46 strlcpy(buffer, msg, __BIONIC_DLERROR_BUFFER_SIZE);
48 strlcat(buffer, ": ", __BIONIC_DLERROR_BUFFER_SIZE);
49 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE);

Completed in 84 milliseconds