Searched defs:suffix (Results 1 – 7 of 7) 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
83 static int SlotSuffixToIndex(const char* suffix) { in SlotSuffixToIndex()
285 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
319 char suffix[PROPERTY_VALUE_MAX]; in getCurrentSlot() local
61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()