Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp76 auto match_operation = tokenizer.GetNext(); in ParsePropertyInfoLine() local
87 if (match_operation == "exact") { in ParsePropertyInfoLine()
89 } else if (match_operation != "prefix" && match_operation != "" && require_prefix_or_exact) { in ParsePropertyInfoLine()
90 *error = "Match operation '" + match_operation + in ParsePropertyInfoLine()