Searched refs:prop_name (Results 1 – 1 of 1) sorted by relevance
54 bool check_if_property_in_list(const char* prop_name, const char* const* prop_list) { in check_if_property_in_list() argument56 if (!strcmp(prop_name, *prop_list)) { in check_if_property_in_list()