| Index: mojo/dart/packages/mojo_services/lib/mojo/files/types.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/files/types.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/files/types.mojom.dart
|
| index 927a1be2f883c9d5ba7387f6e3dc3bcad7378bd1..1754e14ec6f8a07f2e5c171ffa05ed3ca4f7303b 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/files/types.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/files/types.mojom.dart
|
| @@ -116,8 +116,6 @@ class Error extends bindings.MojoEnum {
|
| int toJson() => mojoEnumValue;
|
| }
|
|
|
| -
|
| -
|
| class Whence extends bindings.MojoEnum {
|
| static const Whence fromCurrent = const Whence._(0);
|
| static const Whence fromStart = const Whence._(1);
|
| @@ -177,8 +175,6 @@ class Whence extends bindings.MojoEnum {
|
| int toJson() => mojoEnumValue;
|
| }
|
|
|
| -
|
| -
|
| class FileType extends bindings.MojoEnum {
|
| static const FileType unknown = const FileType._(0);
|
| static const FileType regularFile = const FileType._(1);
|
| @@ -240,8 +236,6 @@ class FileType extends bindings.MojoEnum {
|
|
|
|
|
|
|
| -
|
| -
|
| class Timespec extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -328,8 +322,6 @@ class Timespec extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class TimespecOrNow extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -417,8 +409,6 @@ class TimespecOrNow extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class FileInformation extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(40, 0)
|
| @@ -539,8 +529,6 @@ class FileInformation extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class DirectoryEntry extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -632,6 +620,3 @@ class DirectoryEntry extends bindings.Struct {
|
|
|
|
|
|
|
| -
|
| -
|
| -
|
|
|