5#ifndef FLUTTER_FML_PATHS_H_
6#define FLUTTER_FML_PATHS_H_
11#include "flutter/fml/unique_fd.h"
22std::string
JoinPaths(std::initializer_list<std::string> components);
35std::string
FromURI(
const std::string& uri);
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
std::string JoinPaths(std::initializer_list< std::string > components)
std::pair< bool, std::string > GetExecutablePath()
std::string AbsolutePath(const std::string &path)
fml::UniqueFD GetCachesDirectory()
std::pair< bool, std::string > GetExecutableDirectoryPath()
std::string SanitizeURIEscapedCharacters(const std::string &str)
std::string GetDirectoryName(const std::string &path)
std::string FromURI(const std::string &uri)