Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dcontext_lookup_benchmark.cpp111 std::vector<PropertyInfoEntry> property_infos; in CreateSerializedTrie() local
112 ParsePropertyInfoFile(input_file, false, &property_infos, &errors); in CreateSerializedTrie()
116 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_trie, in CreateSerializedTrie()