Flutter Engine
The Flutter Engine
|
Classes | |
class | BuildInfo |
class | BuildInfoTest |
class | ElfSnapshot |
class | MappedResource |
class | RootInspectNode |
class | VMServiceObject |
Functions | |
TEST_F (BuildInfoTest, AllPropertiesAreDefined) | |
TEST_F (BuildInfoTest, AllPropertiesAreDumped) | |
bool | ReadFileToString (const std::string &path, std::string *result) |
bool | ReadFileToStringAt (int dirfd, const std::string &path, std::string *result) |
bool | WriteFile (const std::string &path, const char *data, ssize_t size) |
void | HandleIfException (std::shared_ptr<::sys::ServiceDirectory > services, const std::string &component_url, Dart_Handle result) |
void | HandleException (std::shared_ptr<::sys::ServiceDirectory > services, const std::string &component_url, const std::string &error, const std::string &stack_trace) |
template<size_t SIZE, typename T > | |
size_t | ArraySize (T(&array)[SIZE]) |
static bool | OpenVmo (fuchsia::mem::Buffer *resource_vmo, fdio_ns_t *namespc, const std::string &path, bool executable) |
static int | OpenFdExec (const std::string &path, int dirfd) |
void | BindTemp (fdio_ns_t *ns) |
bool | VmoFromFilename (const std::string &filename, bool executable, fuchsia::mem::Buffer *buffer) |
bool | VmoFromFilenameAt (int dirfd, const std::string &filename, bool executable, fuchsia::mem::Buffer *buffer) |
zx_status_t | IsSizeValid (const fuchsia::mem::Buffer &buffer, bool *is_valid) |
void dart_utils::BindTemp | ( | fdio_ns_t * | ns | ) |
Definition at line 23 of file tempfs.cc.
void dart_utils::HandleException | ( | std::shared_ptr<::sys::ServiceDirectory > | services, |
const std::string & | component_url, | ||
const std::string & | error, | ||
const std::string & | stack_trace | ||
) |
Definition at line 105 of file handle_exception.cc.
void dart_utils::HandleIfException | ( | std::shared_ptr<::sys::ServiceDirectory > | services, |
const std::string & | component_url, | ||
Dart_Handle | result | ||
) |
Definition at line 90 of file handle_exception.cc.
zx_status_t dart_utils::IsSizeValid | ( | const fuchsia::mem::Buffer & | buffer, |
bool * | is_valid | ||
) |
Definition at line 105 of file vmo.cc.
Definition at line 104 of file mapped_resource.cc.
|
static |
Definition at line 28 of file mapped_resource.cc.
bool dart_utils::ReadFileToString | ( | const std::string & | path, |
std::string * | result | ||
) |
Definition at line 56 of file files.cc.
bool dart_utils::ReadFileToStringAt | ( | int | dirfd, |
const std::string & | path, | ||
std::string * | result | ||
) |
dart_utils::TEST_F | ( | BuildInfoTest | , |
AllPropertiesAreDefined | |||
) |
Definition at line 37 of file build_info_unittests.cc.
dart_utils::TEST_F | ( | BuildInfoTest | , |
AllPropertiesAreDumped | |||
) |
Definition at line 46 of file build_info_unittests.cc.
bool dart_utils::VmoFromFilename | ( | const std::string & | filename, |
bool | executable, | ||
fuchsia::mem::Buffer * | buffer | ||
) |
Definition at line 57 of file vmo.cc.
bool dart_utils::VmoFromFilenameAt | ( | int | dirfd, |
const std::string & | filename, | ||
bool | executable, | ||
fuchsia::mem::Buffer * | buffer | ||
) |
Definition at line 82 of file vmo.cc.
bool dart_utils::WriteFile | ( | const std::string & | path, |
const char * | data, | ||
ssize_t | size | ||
) |
Definition at line 69 of file files.cc.