#include "flutter/shell/platform/fuchsia/dart_pkg/zircon/sdk_ext/system.h"#include <array>#include <fuchsia/io/cpp/fidl.h>#include <lib/fdio/directory.h>#include <lib/fdio/fd.h>#include <lib/fdio/io.h>#include <lib/fdio/namespace.h>#include <lib/zx/channel.h>#include <sys/stat.h>#include <unistd.h>#include <zircon/process.h>#include <zircon/processargs.h>#include <zircon/syscalls/iob.h>#include "flutter/fml/unique_fd.h"#include "flutter/shell/platform/fuchsia/dart_pkg/zircon/sdk_ext/handle.h"#include "flutter/shell/platform/fuchsia/dart_pkg/zircon/sdk_ext/handle_waiter.h"#include "third_party/tonic/dart_binding_macros.h"#include "third_party/tonic/dart_class_library.h"Go to the source code of this file.
Classes | |
| struct | zircon::dart::SizedRegion |
Namespaces | |
| namespace | zircon |
| namespace | zircon::dart |
Macros | |
| #define | FOR_EACH_STATIC_BINDING(V) |
| #define | DART_REGISTER_NATIVE_STATIC_(CLASS, METHOD) DART_REGISTER_NATIVE_STATIC(CLASS, METHOD), |
Functions | |
| zircon::dart::IMPLEMENT_WRAPPERTYPEINFO (zircon, System) | |
| #define DART_REGISTER_NATIVE_STATIC_ | ( | CLASS, | |
| METHOD | |||
| ) | DART_REGISTER_NATIVE_STATIC(CLASS, METHOD), |
Definition at line 619 of file system.cc.
| #define FOR_EACH_STATIC_BINDING | ( | V | ) |