Home | History | Annotate | Download | only in base

Lines Matching refs:star

580   const std::string::size_type star = base_pattern.find('*');
581 if (star == std::string::npos) {
592 const std::string left(base_pattern.substr(0, star));
593 const std::string right(base_pattern.substr(star + 1));