Flutter Engine
The Flutter Engine
|
Functions | |
std::string | JoinPaths (std::initializer_list< std::string > components) |
std::string | SanitizeURIEscapedCharacters (const std::string &str) |
std::pair< bool, std::string > | GetExecutableDirectoryPath () |
std::pair< bool, std::string > | GetExecutablePath () |
fml::UniqueFD | GetCachesDirectory () |
std::string | AbsolutePath (const std::string &path) |
std::string | GetDirectoryName (const std::string &path) |
std::string | FromURI (const std::string &uri) |
void | InitializeAndroidCachesPath (std::string caches_path) |
Variables | |
static std::string | gCachesPath |
std::string fml::paths::AbsolutePath | ( | const std::string & | path | ) |
Definition at line 29 of file paths_posix.cc.
std::string fml::paths::FromURI | ( | const std::string & | uri | ) |
Definition at line 53 of file paths_posix.cc.
fml::UniqueFD fml::paths::GetCachesDirectory | ( | ) |
Definition at line 22 of file paths_android.cc.
std::string fml::paths::GetDirectoryName | ( | const std::string & | path | ) |
Definition at line 42 of file paths_posix.cc.
std::pair< bool, std::string > fml::paths::GetExecutableDirectoryPath | ( | ) |
Definition at line 55 of file paths.cc.
std::pair< bool, std::string > fml::paths::GetExecutablePath | ( | ) |
Definition at line 12 of file paths_android.cc.
void fml::paths::InitializeAndroidCachesPath | ( | std::string | caches_path | ) |
Definition at line 18 of file paths_android.cc.
std::string fml::paths::JoinPaths | ( | std::initializer_list< std::string > | components | ) |
Definition at line 14 of file paths.cc.
std::string fml::paths::SanitizeURIEscapedCharacters | ( | const std::string & | str | ) |
|
static |
Definition at line 16 of file paths_android.cc.