Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp362 static int cmp_prop_name(const char* one, uint32_t one_len, const char* two, uint32_t two_len) { in cmp_prop_name() argument
363 if (one_len < two_len) in cmp_prop_name()
365 else if (one_len > two_len) in cmp_prop_name()