Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h182 uint32_t contexts_array_offset() const { return contexts_offset() + sizeof(uint32_t); } in contexts_array_offset() function
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp54 auto string_offset = uint32_array(contexts_array_offset())[array_offset]; in FindContextIndex()