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

/system/core/libutils/
H A DPrinter.cpp49 char* formattedString; local
52 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error
62 printLine(formattedString);
63 free(formattedString);

Completed in 53 milliseconds