Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp265 int iCount; in ParsePartitionInfo() local
280 iCount = sscanf(strLen.c_str(), "0x%x", &uiLen); in ParsePartitionInfo()
281 if (iCount != 1) { in ParsePartitionInfo()
294 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()
295 if (iCount != 1) { in ParsePartitionInfo()