Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc956 MutableHandle<mirror::ObjectArray<mirror::String>> h_string_array( in GetSystemProperty() local
959 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()
960 if (h_string_array == nullptr || in GetSystemProperty()
961 h_string_array->GetLength() != 2 || in GetSystemProperty()
962 h_string_array->Get(0) == nullptr) { in GetSystemProperty()
968 if (h_key->Equals(h_string_array->Get(0))) { in GetSystemProperty()
970 if (h_string_array->Get(1) == nullptr && is_default_version) { in GetSystemProperty()
975 result->SetL(h_string_array->Get(1)); in GetSystemProperty()