Searched refs:prop_assignment (Results 1 – 1 of 1) sorted by relevance
163 for (const std::string& prop_assignment : runtime_props) { in GetLibraryPath() local164 size_t assign_pos = prop_assignment.find('='); in GetLibraryPath()166 if (prop_assignment.substr(0, assign_pos) == kPropertyLibraryPath) { in GetLibraryPath()167 return Copy(env, prop_assignment.substr(assign_pos + 1).c_str(), value_ptr); in GetLibraryPath()