Structs§
- Directory entries should support opening with any combination of read/write/execute rights.
- Adds an executable file that supports opening as readable + executable. The file has a non-zero size, but the contents are otherwise unspecified.
- File object which supports reading and writing. Use
ExecutableFile
if execute rights are required. - Conformance test harnesses will implement this protocol to setup its associated filesystem servers with the described directory layout, allowing their implementation of
fuchsia.io
andfuchsia.io2
protocols to be verified by a common test suite. - Remote directory which forwards FIDL requests from the server to the specified directory.
- A Stream of incoming requests for fuchsia.io.test/TestHarness.