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

/dalvik/vm/
H A DMisc.cpp408 strlcpy(newStr, str + 1, length);
589 /* Implementation of strlcpy() for platforms that don't already have it. */
590 size_t strlcpy(char *dst, const char *src, size_t size) { function

Completed in 236 milliseconds