Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
flutter::DartProjectTest Class Reference
Inheritance diagram for flutter::DartProjectTest:

Protected Member Functions

std::wstring GetProjectIcuDataPath (const DartProject &project)
 
std::wstring GetProjectAssetsPath (const DartProject &project)
 
std::wstring GetProjectAotLibraryPath (const DartProject &project)
 

Detailed Description

Definition at line 13 of file dart_project_unittests.cc.

Member Function Documentation

◆ GetProjectAotLibraryPath()

std::wstring flutter::DartProjectTest::GetProjectAotLibraryPath ( const DartProject project)
inlineprotected

Definition at line 26 of file dart_project_unittests.cc.

26 {
27 return project.aot_library_path();
28 }

◆ GetProjectAssetsPath()

std::wstring flutter::DartProjectTest::GetProjectAssetsPath ( const DartProject project)
inlineprotected

Definition at line 21 of file dart_project_unittests.cc.

21 {
22 return project.assets_path();
23 }

◆ GetProjectIcuDataPath()

std::wstring flutter::DartProjectTest::GetProjectIcuDataPath ( const DartProject project)
inlineprotected

Definition at line 16 of file dart_project_unittests.cc.

16 {
17 return project.icu_data_path();
18 }

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