Searched refs:curr_string (Results 1 – 1 of 1) sorted by relevance
693 string curr_string = data_type.substr(curr_index, next_index - curr_index); in LoadSharedLibFromTypeName() local695 if (regex_match(curr_string, version_regex)) { in LoadSharedLibFromTypeName()698 size_t separator = curr_string.find("_"); in LoadSharedLibFromTypeName()699 curr_string.replace(separator, 1, "."); in LoadSharedLibFromTypeName()703 shared_lib_path += curr_string.substr(1); in LoadSharedLibFromTypeName()707 shared_lib_path += curr_string + "."; in LoadSharedLibFromTypeName()