class NonPassthroughReadServer

Defined at line 2147 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 2149 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 2151 of file ../../src/starnix/tests/syscalls/cpp/fuse_test.cc