Home
last modified time | relevance | path

Searched refs:firstIndex (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/src/message/
H A Dnative_types.cpp56 size_t firstIndex = strv.rfind('/'); in filename() local
59 if (firstIndex == std::string::npos) in filename()
63 auto filename = strv.substr(firstIndex + 1); in filename()