Searched refs:end_with (Results 1 – 1 of 1) sorted by relevance
6938 const std::string& end_with, int* file_num) { in FullMatch() argument6940 int end_size = end_with.size(); in FullMatch()6942 name.substr(name.size() - end_size, end_size) != end_with) { in FullMatch()