Home
last modified time | relevance | path

Searched defs:SafeSPrintf (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/strings/
Dsafe_sprintf.h229 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, Args... args) { in SafeSPrintf() function
239 inline ssize_t SafeSPrintf(char (&buf)[N], const char* fmt) { in SafeSPrintf() function