class NonPassthroughReadServer

Defined at line 2137 of file ../../src/starnix/tests/syscalls/cpp/fuse_test.cc

Custom FUSE server mock that disables PASSTHROUGH and handles standard FUSE_READ.

Public Methods

void NonPassthroughReadServer ()

Defined at line 2139 of file ../../src/starnix/tests/syscalls/cpp/fuse_test.cc

testing::AssertionResult HandleRead (std::shared_ptr<Node> node, const struct fuse_in_header & in_header, const struct fuse_read_in * read_in)

Defined at line 2141 of file ../../src/starnix/tests/syscalls/cpp/fuse_test.cc