Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/tests/unit/
Dzip_test.cpp36 ZipArchiveHandle handle; in TEST() local
/bootable/recovery/minui/
Dgraphics_drm.h44 uint32_t handle) in GRSurfaceDrm()
/bootable/recovery/otautil/
Dverifier.cpp311 static std::vector<Certificate> IterateZipEntriesAndSearchForKeys(const ZipArchiveHandle& handle) { in IterateZipEntriesAndSearchForKeys()
360 ZipArchiveHandle handle; in LoadKeysFromZipfile() local
/bootable/recovery/recovery_utils/
Dlogging.cpp55 void SetLoggingSehandle(selabel_handle* handle) { in SetLoggingSehandle()
/bootable/deprecated-ota/applypatch/
Dimgdiff.cpp657 ZipArchiveHandle handle; in Initialize() local
676 bool ZipModeImage::InitializeChunks(const std::string& filename, ZipArchiveHandle handle) { in InitializeChunks()
773 bool ZipModeImage::AddZipEntryToChunks(ZipArchiveHandle handle, const std::string& entry_name, in AddZipEntryToChunks()
/bootable/deprecated-ota/tests/unit/
Dupdater_test.cpp228 void SetUpdaterOtaPackageHandle(ZipArchiveHandle handle) { in SetUpdaterOtaPackageHandle()
349 ZipArchiveHandle handle; in TEST_F() local
/bootable/libbootloader/gbl/efi/src/
Dnet.rs344 let handle = self.sockets.iter().next().unwrap().0; in get_socket() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs356 let handle = *self in find_first_and_open() localVariable