Home
last modified time | relevance | path

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

/system/tools/hidl/hashing/
DHash.cpp94 static const std::regex kHashLine("(?:" MAYBE_SPACES HASH SPACES FQNAME MAYBE_SPACES variable
132 bool valid = std::regex_match(line, match, kHashLine); in readHashFile()