Home
last modified time | relevance | path

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

/system/dmesgd/
Ddmesg_parser.cpp68 current_report_ = this->StripSensitiveData(line); in ProcessLine()
79 if (std::regex_search(line, task_line_pattern_)) current_report_ += StripSensitiveData(line); in ProcessLine()
152 std::string DmesgParser::StripSensitiveData(const std::string& line) const { in StripSensitiveData() function in dmesg_parser::DmesgParser
Ddmesg_parser.h34 std::string StripSensitiveData(const std::string& line) const;