Searched refs:tail_slash_pos (Results 1 – 1 of 1) sorted by relevance
307 size_t tail_slash_pos = tail_location.rfind('/'); in TEST_F() local308 ASSERT_NE(std::string::npos, tail_slash_pos); in TEST_F()309 std::string tail_name = tail_location.substr(tail_slash_pos + 1u); in TEST_F()