Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp269 static const uint32_t kUsageFileCookie = 0x420a420a; variable
1023 QM_TRY(binaryStream->Write32(kUsageFileCookie)); in UpdateUsageFile()
1055 QM_TRY(OkIf(cookie == kUsageFileCookie), Err(NS_ERROR_FILE_CORRUPTED)); in LoadUsageFile()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp269 static const uint32_t kUsageFileCookie = 0x420a420a; variable
1023 QM_TRY(binaryStream->Write32(kUsageFileCookie)); in UpdateUsageFile()
1055 QM_TRY(OkIf(cookie == kUsageFileCookie), Err(NS_ERROR_FILE_CORRUPTED)); in LoadUsageFile()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp260 static const uint32_t kUsageFileCookie = 0x420a420a; variable
1037 QM_TRY(MOZ_TO_RESULT(binaryStream->Write32(kUsageFileCookie))); in UpdateUsageFile()
1069 QM_TRY(OkIf(cookie == kUsageFileCookie), Err(NS_ERROR_FILE_CORRUPTED)); in LoadUsageFile()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp179 static const uint32_t kUsageFileCookie = 0x420a420a; variable
1180 rv = binaryStream->Write32(kUsageFileCookie); in UpdateUsageFile()
1235 if (NS_WARN_IF(cookie != kUsageFileCookie)) { in LoadUsageFile()