Searched refs:serializedFile (Results 1 – 2 of 2) sorted by relevance
67 std::string serializedFile; in StoreLicense() local68 file.SerializeToString(&serializedFile); in StoreLicense()70 return StoreFileWithHash(keySetId + kLicenseFileNameExt, serializedFile); in StoreLicense()74 const std::string& serializedFile) { in StoreFileWithHash() argument76 if (!Hash(serializedFile, &hash)) { in StoreFileWithHash()82 hashFile.set_file(serializedFile); in StoreFileWithHash()
59 bool StoreFileRaw(const std::string& fileName, const std::string& serializedFile);60 bool StoreFileWithHash(const std::string& fileName, const std::string& serializedFile);