Searched refs:app_binary (Results 1 – 3 of 3) sorted by relevance
272 struct nano_app_binary_t app_binary; member
337 mAppName = appReq->app_binary.app_id; in setup()339 appManager.addNewApp(mAppName, appReq->app_binary.app_version); in setup()371 appManager.setCachedVersion(mAppName, appReq->app_binary.app_version); in setup()
290 if (!req || fileSize < sizeof(*req) || req->app_binary.magic != NANOAPP_MAGIC) { in main()