Searched refs:StripSensitiveData (Results 1 – 2 of 2) sorted by relevance
68 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
34 std::string StripSensitiveData(const std::string& line) const;