Home
last modified time | relevance | path

Searched refs:StderrOutputGenerator (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libbase/
H A Dlogging_splitters.h148 static std::string StderrOutputGenerator(const struct tm& now, int pid, uint64_t tid, in StderrOutputGenerator() function
H A Dlogging_splitters_test.cpp269 auto result = StderrOutputGenerator(now, pid, tid, ERROR, tag, file, line, message); in TestStderrOutputGenerator()
H A Dlogging.cpp289 StderrOutputGenerator(now, getpid(), GetThreadId(), severity, tag, file, line, message); in StderrLogger()