Home
last modified time | relevance | path

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

/system/core/trusty/fuzz/
Dutils.cpp39 const std::string kTrustyLogTag = "trusty-log"; variable
62 if (line.find(kTrustyLogTag) != std::string::npos) { in PrintTrustyLog()
63 std::cerr << line.substr(kTrustyLogTag.length() + 2) << std::endl; in PrintTrustyLog()