Searched refs:first_slash (Results 1 – 1 of 1) sorted by relevance
39 std::string::size_type first_slash = pattern.find_first_of("\\/"); in VmodulePattern() local40 if (first_slash != std::string::npos) in VmodulePattern()