Searched refs:osAppSegmentCreate (Results 1 – 3 of 3) sorted by relevance
187 struct AppHdr *osAppSegmentCreate(uint32_t size);
292 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in resetDownloadState()509 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in firmwareErase()
573 struct AppHdr *osAppSegmentCreate(uint32_t size) in osAppSegmentCreate() function