Searched refs:first_slash (Results 1 – 2 of 2) sorted by relevance
89 auto first_slash = test_case_name.find('/'); in SetUp() local90 if (first_slash != test_case_name.npos) { in SetUp()91 test_case_name.remove_prefix(first_slash + 1); in SetUp()
39 std::string::size_type first_slash = pattern.find_first_of("\\/"); in VmodulePattern() local40 if (first_slash != std::string::npos) in VmodulePattern()