Searched refs:lastslash (Results 1 – 1 of 1) sorted by relevance
125 int lastslash = proto_file.find_last_of("/"); in GetFileNameBase() local126 std::string base = proto_file.substr(lastslash + 1); in GetFileNameBase()