Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h308 const std::vector<std::string>& GetProperties() const { in GetProperties() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc153 return toStringArray(env, Runtime::Current()->GetProperties()); in VMRuntime_properties()