HomeSort by relevance Sort by last modified time
    Searched full:__strlcpy_chk (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
__strlcpy_chk.cpp 34 * __strlcpy_chk. Called in place of strlcpy() when we know the
45 extern "C" size_t __strlcpy_chk(char *dest, const char *src, function
  /bionic/libc/include/
string.h 150 extern size_t __strlcpy_chk(char *, const char *, size_t, size_t);
157 // Compiler doesn't know destination size. Don't call __strlcpy_chk
163 // is always <= the actual object size. Don't call __strlcpy_chk
175 return __strlcpy_chk(dest, src, size, bos);
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /bionic/libc/
Android.mk 194 bionic/__strlcpy_chk.cpp \
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 

Completed in 909 milliseconds