Searched refs:name_src (Results 1 – 1 of 1) sorted by relevance
719 String name_src = pathes[edge.first]; in matchesGraphAsString() local720 size_t prefix_len = name_src.find_last_of("/\\"); in matchesGraphAsString()722 name_src = name_src.substr(prefix_len, name_src.size() - prefix_len); in matchesGraphAsString()730 str << "\"" << name_src.c_str() << "\" -- \"" << name_dst.c_str() << "\"" in matchesGraphAsString()