Searched refs:find_pos (Results 1 – 1 of 1) sorted by relevance
135 size_t find_pos = 0; in GlobPattern() local137 while (indexP < pattern.length() && find_pos != std::string::npos) { in GlobPattern()138 find_pos = pattern.find("*", indexP); in GlobPattern()140 if (find_pos == std::string::npos) { in GlobPattern()143 p = pattern.substr(indexP, find_pos - indexP); in GlobPattern()153 indexP = find_pos; in GlobPattern()