Home
last modified time | relevance | path

Searched refs:copyLength (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DMisc.c679 size_t copyLength = srcLength; in strlcpy() local
682 copyLength = size - 1; in strlcpy()
686 strncpy(dst, src, copyLength); in strlcpy()
687 dst[copyLength] = '\0'; in strlcpy()