5#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMSERVICE_OBJECT_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMSERVICE_OBJECT_H_
8#include <lib/vfs/cpp/lazy_dir.h>
14 static constexpr const char*
kDirName =
"DartVM";
16 static constexpr const char*
kPortDir =
"/tmp/dart.services";
18 void GetContents(LazyEntryVector* out_vector)
const override;
19 zx_status_t
GetFile(Node** out_node,
21 std::string
name)
const override;
void GetContents(LazyEntryVector *out_vector) const override
static constexpr const char * kDirName
static constexpr const char * kPortDirName
zx_status_t GetFile(Node **out_node, uint64_t id, std::string name) const override
static constexpr const char * kPortDir