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