Searched refs:runtime_props (Results 1 – 1 of 1) sorted by relevance
162 const std::vector<std::string>& runtime_props = art::Runtime::Current()->GetProperties(); in GetLibraryPath() local163 for (const std::string& prop_assignment : runtime_props) { in GetLibraryPath()