Searched refs:fileContent (Results 1 – 2 of 2) sorted by relevance
46 std::string fileContent = fileStream.str(); in sha256File() local50 SHA256(reinterpret_cast<const uint8_t *>(fileContent.c_str()), in sha256File()51 fileContent.size(), ret.data()); in sha256File()
147 std::string fileContent = read(mInFile); in assemble() local150 if (gHalManifestConverter(&halManifest, fileContent)) { in assemble()157 if (gCompatibilityMatrixConverter(&matrix, fileContent)) { in assemble()