Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp72 const char* child_name = child_node(array_offset).name(); in FindChildForString() local
73 int cmp = strncmp(child_name, name, namelen); in FindChildForString()
74 if (cmp == 0 && child_name[namelen] != '\0') { in FindChildForString()