Searched refs:firstIndex (Results 1 – 1 of 1) sorted by relevance
56 size_t firstIndex = strv.rfind('/'); in filename() local59 if (firstIndex == std::string::npos) in filename()63 auto filename = strv.substr(firstIndex + 1); in filename()