Searched refs:str_to_use (Results 1 – 1 of 1) sorted by relevance
37 inline bool FormatString(char *buffer, uptr size, const char *str_to_use) { in FormatString() argument39 internal_snprintf(buffer, size, "%s", str_to_use); in FormatString()