Searched defs:strlcpy (Results 1 - 2 of 2) sorted by path

/system/bt/osi/src/
H A Dcompat.cc64 size_t strlcpy(char* dst, const char* src, size_t siz) { function
/system/core/libcutils/
H A Dstrlcpy.c25 /* Implementation of strlcpy() for platforms that don't already have it. */
33 strlcpy(char *dst, const char *src, size_t siz) function

Completed in 519 milliseconds