Searched refs:kTrustyLogTag (Results 1 – 1 of 1) sorted by relevance
39 const std::string kTrustyLogTag = "trusty-log"; variable62 if (line.find(kTrustyLogTag) != std::string::npos) { in PrintTrustyLog()63 std::cerr << line.substr(kTrustyLogTag.length() + 2) << std::endl; in PrintTrustyLog()