Searched defs:suffix (Results 1 – 4 of 4) sorted by relevance
50 constexpr std::string_view suffix = ">::PrettyFn"; in ExtractName() local
181 std::string suffix(" (deleted)"); in GetExecutablePath() local
33 std::string suffix = ""; in ToDebugString() local
61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()