Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/ota_agent/verify/
A Dota_verify_hash.c199 ota_image_info_t image_info = {0}; in ota_check_image() local
201 ret = ota_get_image_info(size, &image_info); in ota_check_image()
206 …_hex2str(download_md5, (const unsigned char *)image_info.image_md5, sizeof(download_md5), sizeof(i… in ota_check_image()
211 …gic:0x%04x size:%d md5:%s crc16:0x%02x", image_info.image_magic, image_info.image_size, download_m… in ota_check_image()
212 if ((image_info.image_magic != OTA_BIN_MAGIC_APP) && in ota_check_image()
213 (image_info.image_magic != OTA_BIN_MAGIC_KERNEL) && in ota_check_image()
214 (image_info.image_magic != OTA_BIN_MAGIC_ALL) && in ota_check_image()
215 (image_info.image_magic != OTA_BIN_MAGIC_MCU) && in ota_check_image()
216 (image_info.image_magic != OTA_BIN_MAGIC_FS)) { in ota_check_image()
220 if (image_info.image_size == 0) { in ota_check_image()
[all …]
/AliOS-Things-master/components/ota/ota_agent/
A Dota_service.c122 ctx->header.image_info = ota_malloc(sizeof(ota_image_info_t)); in ota_service_start()
123 if (ctx->header.image_info == NULL) { in ota_service_start()
138 OTA_LOG_I("image header magic:0x%x ret:%d\n", ctx->header.image_info->image_magic, ret); in ota_service_start()
142 ota_param.upg_magic = ctx->header.image_info->image_magic; in ota_service_start()
205 if (ctx->header.image_info != NULL) { in ota_service_start()
206 ota_free(ctx->header.image_info); in ota_service_start()
207 ctx->header.image_info = NULL; in ota_service_start()
/AliOS-Things-master/components/SDL2/src/filesystem/haiku/
A DSDL_sysfilesystem.cc41 image_info info; in SDL_GetBasePath()
/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BeApp.cc60 image_info info; in StartBeApp()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc50 image_info info; in HAIKU_GL_LoadLibrary()
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/
A Dota_agent.h184 ota_image_info_t *image_info; /* Package Image info */ member
/AliOS-Things-master/components/ota/include/
A Dota_agent.h184 ota_image_info_t *image_info; /* Package Image info */ member
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c228 image_info_ptr = (char *)ctx->header.image_info; in ota_download_image_header()

Completed in 12 milliseconds