Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/
Dlogging.cc33 const char* StripDots(const char* path) { in StripDots() function
59 stream_ << ":" << (severity > LOG_INFO ? StripDots(file_) : StripPath(file_)) in LogMessage()