#include <string>Go to the source code of this file.
Namespaces | |
| namespace | dart_utils |
Functions | |
| bool | dart_utils::ReadFileToString (const std::string &path, std::string *result) |
| bool | dart_utils::ReadFileToStringAt (int dirfd, const std::string &path, std::string *result) |
| bool | dart_utils::WriteFile (const std::string &path, const char *data, ssize_t size) |