Home
last modified time | relevance | path

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

/system/tools/hidl/hashing/
DHash.cpp57 std::string fileContent = fileStream.str(); in sha256File() local
61 SHA256(reinterpret_cast<const uint8_t*>(fileContent.c_str()), fileContent.size(), ret.data()); in sha256File()