Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp217 static int cmp_prop_name(const char* one, uint32_t one_len, const char* two, uint32_t two_len) { in cmp_prop_name() argument
218 if (one_len < two_len) in cmp_prop_name()
220 else if (one_len > two_len) in cmp_prop_name()