Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_string_utils.h24 size_t s2_length = strlen(s2); in ends_with() local
25 if (s2_length > s1_length) { in ends_with()
28 return memcmp(s1 + (s1_length - s2_length), s2, s2_length) == 0; in ends_with()