Searched refs:osAppSegmentCreate (Results 1 – 3 of 3) sorted by relevance
173 struct AppHdr *osAppSegmentCreate(uint32_t size);
274 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in resetDownloadState()483 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in firmwareErase()
517 struct AppHdr *osAppSegmentCreate(uint32_t size) in osAppSegmentCreate() function