OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirmwareSize
(Results
1 - 3
of
3
) sorted by null
/external/rmi4utils/rmi4update/
rmi4update.h
43
int
GetFirmwareSize
() { return m_blockSize * m_fwBlockCount; }
firmware_image.h
58
unsigned long
GetFirmwareSize
() { return m_firmwareSize; }
rmi4update.cpp
123
rc = m_firmwareImage.VerifyImageMatchesDevice(
GetFirmwareSize
(), GetConfigSize());
Completed in 133 milliseconds