Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dverifier.cpp313 void* cookie; in IterateZipEntriesAndSearchForKeys() local
314 int32_t iter_status = StartIteration(handle, &cookie, "", "x509.pem"); in IterateZipEntriesAndSearchForKeys()
325 while ((iter_status = Next(cookie, &entry, &name)) == 0) { in IterateZipEntriesAndSearchForKeys()
/bootable/recovery/edify/include/edify/
Dexpr.h33 State(const std::string& script, UpdaterInterface* cookie);
/bootable/recovery/updater/
Dblockimg.cpp362 static bool receive_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_new_data() argument
363 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); in receive_new_data()
402 static bool receive_brotli_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_brotli_new_data() argument
403 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); in receive_brotli_new_data()
466 static void* unzip_new_data(void* cookie) { in unzip_new_data() argument
467 NewThreadInfo* nti = static_cast<NewThreadInfo*>(cookie); in unzip_new_data()
/bootable/recovery/applypatch/
Dimgdiff.cpp677 void* cookie; in InitializeChunks() local
678 int ret = StartIteration(handle, &cookie); in InitializeChunks()
688 while ((ret = Next(cookie, &entry, &name)) == 0) { in InitializeChunks()
701 EndIteration(cookie); in InitializeChunks()