Searched defs:formattedString (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DPrinter.cpp45 char* formattedString; local
48 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error
58 printLine(formattedString);
59 free(formattedString);

Completed in 1191 milliseconds