Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1048 MutableHandle<mirror::ObjectArray<mirror::String>> h_string_array( in GetSystemProperty() local
1051 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()
1052 if (h_string_array == nullptr || in GetSystemProperty()
1053 h_string_array->GetLength() != 2 || in GetSystemProperty()
1054 h_string_array->Get(0) == nullptr) { in GetSystemProperty()
1060 if (h_key->Equals(h_string_array->Get(0))) { in GetSystemProperty()
1062 if (h_string_array->Get(1) == nullptr && is_default_version) { in GetSystemProperty()
1067 result->SetL(h_string_array->Get(1)); in GetSystemProperty()