Home
last modified time | relevance | path

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

/system/tools/aidl/
Dlogging.cpp25 : os_(&std::cerr), severity_(severity), location_(location), suffix_(suffix) { in AidlErrorLog()
41 (*os_) << suffix_ << std::endl; in ~AidlErrorLog()
Dlogging.h63 const std::string suffix_; variable