Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc164 size_t assign_pos = prop_assignment.find('='); in GetLibraryPath() local
165 if (assign_pos != std::string::npos && assign_pos > 0) { 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()