Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc962 Handle<mirror::String> h_key( in GetSystemProperty() local
964 if (h_key == nullptr) { in GetSystemProperty()
1021 if (h_key->Equals(h_string_array->Get(0))) { in GetSystemProperty()
1035 AbortTransactionOrFail(self, "getProperty key %s not supported", h_key->ToModifiedUtf8().c_str()); in GetSystemProperty()