Home
last modified time | relevance | path

Searched refs:cmp_prop_name (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() function
234 const int ret = cmp_prop_name(name, namelen, current->name, current->namelen); in find_prop_bt()