vfs::VmoFile
Summary
Inheritance
Inherits from:
vfs::NodeConstructors and Destructors |
---|
VmoFile(zx::vmo vmo, size_t length, WriteMode write_option, DefaultSharingMode vmo_sharing)
|
Public types |
---|
DefaultSharingMode{ kNone = VFS_INTERNAL_SHARING_MODE_NONE, kDuplicate = VFS_INTERNAL_SHARING_MODE_DUPLICATE, kCloneCow = VFS_INTERNAL_SHARING_MODE_COW, ZX_REMOVED_SINCE =(1, 19, 20, "Use kNone instead.") = kNone, ZX_REMOVED_SINCE =(1, 19, 20, "Use kDuplicate instead.") = kDuplicate, ZX_REMOVED_SINCE =(1, 19, 20, "Use kCloneCow instead.") = kCloneCow } | enum |
WriteMode{ kReadOnly = VFS_INTERNAL_WRITE_MODE_READ_ONLY, kWritable = VFS_INTERNAL_WRITE_MODE_WRITABLE, ZX_REMOVED_SINCE =(1, 19, 20, "Use kReadOnly instead.") = kReadOnly, ZX_REMOVED_SINCE =(1, 19, 20, "Use kWritable instead.") = kWritable } | enum |
instead | using WriteMode
|
instead | using DefaultSharingMode
|
Public functions |
---|
vmo() const | |
Public types
DefaultSharingMode
DefaultSharingMode
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-27 UTC."],[],[]]