Home
last modified time | relevance | path

Searched refs:deviceFirmwareSize (Results 1 – 2 of 2) sorted by relevance

/external/rmi4utils/rmi4update/
Dfirmware_image.cpp147 int FirmwareImage::VerifyImageMatchesDevice(unsigned long deviceFirmwareSize, in VerifyImageMatchesDevice() argument
150 if (m_firmwareSize != deviceFirmwareSize) { in VerifyImageMatchesDevice()
152 "not match device size %ld\n", m_firmwareSize, deviceFirmwareSize); in VerifyImageMatchesDevice()
Dfirmware_image.h53 int VerifyImageMatchesDevice(unsigned long deviceFirmwareSize,