#include <string>#include <fuchsia/mem/cpp/fidl.h>Go to the source code of this file.
Namespaces | |
| namespace | dart_utils |
Functions | |
| bool | dart_utils::VmoFromFilename (const std::string &filename, bool executable, fuchsia::mem::Buffer *buffer) |
| bool | dart_utils::VmoFromFilenameAt (int dirfd, const std::string &filename, bool executable, fuchsia::mem::Buffer *buffer) |
| zx_status_t | dart_utils::IsSizeValid (const fuchsia::mem::Buffer &buffer, bool *is_valid) |