Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
FlutterEngineAOTDataSourceType | type |
union { | |
const char * elf_path | |
Absolute path to an ELF library file. More... | |
}; | |
This struct specifies one of the various locations the engine can look for AOT data sources.
Definition at line 2115 of file embedder.h.
union { ... } FlutterEngineAOTDataSource::@66 |
const char* FlutterEngineAOTDataSource::elf_path |
Absolute path to an ELF library file.
Definition at line 2119 of file embedder.h.
FlutterEngineAOTDataSourceType FlutterEngineAOTDataSource::type |
Definition at line 2116 of file embedder.h.