Searched refs:file_ctx (Results 1 – 1 of 1) sorted by relevance
129 lv_uefi_fs_file_context_t * file_ctx = NULL; in lv_fs_uefi_open_cb() local153 file_ctx = lv_calloc(1, sizeof(lv_uefi_fs_file_context_t)); in lv_fs_uefi_open_cb()154 LV_ASSERT_MALLOC(file_ctx); in lv_fs_uefi_open_cb()165 &file_ctx->interface, in lv_fs_uefi_open_cb()174 if(!lv_fs_uefi_is_file(file_ctx->interface)) { in lv_fs_uefi_open_cb()181 if(file_ctx != NULL) { in lv_fs_uefi_open_cb()182 if(file_ctx->interface != NULL) file_ctx->interface->Close(file_ctx->interface); in lv_fs_uefi_open_cb()183 lv_free(file_ctx); in lv_fs_uefi_open_cb()184 file_ctx = NULL; in lv_fs_uefi_open_cb()191 return file_ctx; in lv_fs_uefi_open_cb()[all …]