Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 2113 of file embedder.h.

Member Data Documentation

◆ [union]

◆ elf_path

const char* FlutterEngineAOTDataSource::elf_path

Absolute path to an ELF library file.

Definition at line 2117 of file embedder.h.

◆ type

FlutterEngineAOTDataSourceType FlutterEngineAOTDataSource::type

Definition at line 2114 of file embedder.h.


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