42 int64_t remaining = num_bytes;
43 char* current_buffer =
reinterpret_cast<char*
>(
buffer);
44 while (remaining > 0) {
45 int64_t bytes_read =
Read(current_buffer, remaining);
46 if (bytes_read <= 0) {
49 remaining -= bytes_read;
50 current_buffer += bytes_read;
56 int64_t remaining = num_bytes;
57 const char* current_buffer =
reinterpret_cast<const char*
>(
buffer);
58 while (remaining > 0) {
65 int64_t bytes_written =
Write(current_buffer, byte_to_write);
66 if (bytes_written < 0) {
69 remaining -= bytes_written;
70 current_buffer += bytes_written;
73 intptr_t fd =
GetFD();
74 const char*
result =
nullptr;
77 "Stdout",
"WriteEvent",
reinterpret_cast<const uint8_t*
>(
buffer),
81 "Stderr",
"WriteEvent",
reinterpret_cast<const uint8_t*
>(
buffer),
int64_t Read(void *buffer, int64_t num_bytes)
bool WriteFully(const void *buffer, int64_t num_bytes)
bool ReadFully(void *buffer, int64_t num_bytes)
int64_t Write(const void *buffer, int64_t num_bytes)
static FileOpenMode DartModeToFileMode(DartFileOpenMode mode)
void SetCaptureStdout(bool value)
bool ShouldCaptureStdout()
static bool capture_stderr
bool ShouldCaptureStderr()
static bool capture_stdout
void SetCaptureStderr(bool value)
DART_EXPORT char * Dart_ServiceSendDataEvent(const char *stream_id, const char *event_kind, const uint8_t *bytes, intptr_t bytes_length)
constexpr int32_t kMaxInt32
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 to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode