Searched refs:serializedFile (Results 1 – 2 of 2) sorted by relevance
72 std::string serializedFile; in StoreLicense() local73 file.SerializeToString(&serializedFile); in StoreLicense()75 return StoreFileWithHash(keySetId + kLicenseFileNameExt, serializedFile); in StoreLicense()79 const std::string& serializedFile) { in StoreFileWithHash() argument81 if (!Hash(serializedFile, &hash)) { in StoreFileWithHash()87 hashFile.set_file(serializedFile); in StoreFileWithHash()
64 bool StoreFileRaw(const std::string& fileName, const std::string& serializedFile);65 bool StoreFileWithHash(const std::string& fileName, const std::string& serializedFile);