Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFormatter.cpp63 mLinePrefix = prefix; in setLinePrefix()
67 mLinePrefix = ""; in unsetLinePrefix()
122 fprintf(mFile, "%s", mLinePrefix.c_str()); in operator <<()
136 fprintf(mFile, "%s", mLinePrefix.c_str()); in operator <<()
/system/tools/hidl/utils/include/hidl-util/
DFormatter.h146 std::string mLinePrefix; member