| Modifier and Type | Method and Description |
|---|---|
FstabEntry.Builder |
FstabEntryList.Builder.addEntriesBuilder()
Fstab entries.
|
FstabEntry.Builder |
FstabEntryList.Builder.addEntriesBuilder(int index)
Fstab entries.
|
FstabEntry.Builder |
FstabEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FstabEntry.Builder |
FstabEntry.Builder.clear() |
FstabEntry.Builder |
FstabEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FstabEntry.Builder |
FstabEntry.Builder.clearFile()
The mount point for the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.clearFreq()
Used by dump to determine which filesystems need to be dumped.
|
FstabEntry.Builder |
FstabEntry.Builder.clearMntops()
Mount options associated with the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FstabEntry.Builder |
FstabEntry.Builder.clearPassno()
Used by the fsck(8) program to determine the order in which filesystem
checks are done at reboot time.
|
FstabEntry.Builder |
FstabEntry.Builder.clearSpec()
The block special device or remote filesystem to be mounted.
|
FstabEntry.Builder |
FstabEntry.Builder.clearVfstype()
The type of the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.clone() |
FstabEntry.Builder |
FstabEntryList.Builder.getEntriesBuilder(int index)
Fstab entries.
|
FstabEntry.Builder |
FstabEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FstabEntry.Builder |
FstabEntry.Builder.mergeFrom(FstabEntry other) |
FstabEntry.Builder |
FstabEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
FstabEntry.Builder |
FstabEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FstabEntry.Builder |
FstabEntry.newBuilder() |
static FstabEntry.Builder |
FstabEntry.newBuilder(FstabEntry prototype) |
FstabEntry.Builder |
FstabEntry.newBuilderForType() |
protected FstabEntry.Builder |
FstabEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FstabEntry.Builder |
FstabEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FstabEntry.Builder |
FstabEntry.Builder.setFile(String value)
The mount point for the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.setFileBytes(com.google.protobuf.ByteString value)
The mount point for the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.setFreq(int value)
Used by dump to determine which filesystems need to be dumped.
|
FstabEntry.Builder |
FstabEntry.Builder.setMntops(String value)
Mount options associated with the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.setMntopsBytes(com.google.protobuf.ByteString value)
Mount options associated with the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.setPassno(int value)
Used by the fsck(8) program to determine the order in which filesystem
checks are done at reboot time.
|
FstabEntry.Builder |
FstabEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FstabEntry.Builder |
FstabEntry.Builder.setSpec(String value)
The block special device or remote filesystem to be mounted.
|
FstabEntry.Builder |
FstabEntry.Builder.setSpecBytes(com.google.protobuf.ByteString value)
The block special device or remote filesystem to be mounted.
|
FstabEntry.Builder |
FstabEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FstabEntry.Builder |
FstabEntry.Builder.setVfstype(String value)
The type of the filesystem.
|
FstabEntry.Builder |
FstabEntry.Builder.setVfstypeBytes(com.google.protobuf.ByteString value)
The type of the filesystem.
|
FstabEntry.Builder |
FstabEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<FstabEntry.Builder> |
FstabEntryList.Builder.getEntriesBuilderList()
Fstab entries.
|
| Modifier and Type | Method and Description |
|---|---|
FstabEntryList.Builder |
FstabEntryList.Builder.addEntries(FstabEntry.Builder builderForValue)
Fstab entries.
|
FstabEntryList.Builder |
FstabEntryList.Builder.addEntries(int index,
FstabEntry.Builder builderForValue)
Fstab entries.
|
FstabEntryList.Builder |
FstabEntryList.Builder.setEntries(int index,
FstabEntry.Builder builderForValue)
Fstab entries.
|
Copyright © 2024 Google LLC. All rights reserved.