HomeSort by relevance Sort by last modified time
    Searched refs:__BIONIC_DLERROR_BUFFER_SIZE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_internal.h 54 #define __BIONIC_DLERROR_BUFFER_SIZE 512
55 char dlerror_buffer[__BIONIC_DLERROR_BUFFER_SIZE];
  /bionic/linker/
dlfcn.cpp 44 strlcpy(buffer, msg, __BIONIC_DLERROR_BUFFER_SIZE);
46 strlcat(buffer, ": ", __BIONIC_DLERROR_BUFFER_SIZE);
47 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE);

Completed in 27 milliseconds