Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcardutil.c193 s32 resultSectorSize; in DoMount() local
208 resultSectorSize = CARDGetSectorSize(slot, &CardControl.sectorSize); in DoMount()
209 if (resultSectorSize < 0) in DoMount()
211 return resultSectorSize; in DoMount()
216 resultSectorSize = CARDGetSectorSize(slot, &CardControl.sectorSize); in DoMount()
217 if (resultSectorSize < 0) in DoMount()
219 return resultSectorSize; in DoMount()