Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_properties.cc162 const std::vector<std::string>& runtime_props = art::Runtime::Current()->GetProperties(); in GetLibraryPath() local
163 for (const std::string& prop_assignment : runtime_props) { in GetLibraryPath()