Flutter Engine
The Flutter Engine
Public Attributes | List of all members
FlutterEngineAOTDataSource Struct Reference

#include <embedder.h>

Public Attributes

FlutterEngineAOTDataSourceType type
 
union {
   const char *   elf_path
 Absolute path to an ELF library file. More...
 
}; 
 

Detailed Description

This struct specifies one of the various locations the engine can look for AOT data sources.

Definition at line 2115 of file embedder.h.

Member Data Documentation

◆ 

union { ... } FlutterEngineAOTDataSource::@66

◆ elf_path

const char* FlutterEngineAOTDataSource::elf_path

Absolute path to an ELF library file.

Definition at line 2119 of file embedder.h.

◆ type

FlutterEngineAOTDataSourceType FlutterEngineAOTDataSource::type

Definition at line 2116 of file embedder.h.


The documentation for this struct was generated from the following file: