Home
last modified time | relevance | path

Searched refs:mLinePrefix (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/host_utils/
DFormatter.cpp67 mLinePrefix = prefix; in setLinePrefix()
71 mLinePrefix = ""; in unsetLinePrefix()
127 fprintf(mFile, "%s", mLinePrefix.c_str()); in operator <<()
135 if (mAtStartOfLine && (pos > start || !mLinePrefix.empty())) { in operator <<()
137 fprintf(mFile, "%s", mLinePrefix.c_str()); in operator <<()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h154 std::string mLinePrefix; member