Home
last modified time | relevance | path

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

/system/tools/hidl/
DHash.cpp46 std::string fileContent = fileStream.str(); in sha256File() local
50 SHA256(reinterpret_cast<const uint8_t *>(fileContent.c_str()), in sha256File()
51 fileContent.size(), ret.data()); in sha256File()
/system/libvintf/
Dassemble_vintf.cpp147 std::string fileContent = read(mInFile); in assemble() local
150 if (gHalManifestConverter(&halManifest, fileContent)) { in assemble()
157 if (gCompatibilityMatrixConverter(&matrix, fileContent)) { in assemble()