HomeSort by relevance Sort by last modified time
    Searched refs:mFormatString (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
Printer.cpp 106 snprintf(mFormatString, sizeof(mFormatString), "%%-%us%%s\n", mIndent);
119 dprintf(mFd, mFormatString, mPrefix, string);
  /system/core/libutils/include/utils/
Printer.h 82 char mFormatString[MAX_FORMAT_STRING];

Completed in 905 milliseconds