Home
last modified time | relevance | path

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

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