Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc930 const int32_t prop_count = h_2string_array->GetLength(); in GetSystemProperty() local
934 for (int32_t i = 0; i < prop_count; ++i) { in GetSystemProperty()