template <class Protocol, class Handle>
class SandboxGetServer
Defined at line 111 of file ../../src/lib/zxdump/test-tool-process.cc
The tool process runs with a sandbox namespace that has only its own special
/tmp and /svc. Its /tmp is mapped to the tmp_path_ subdirectory. Its /svc
contains only fuchsia.kernel.RootJob pointing at this fake service that just
gives the test program's own job instead of the real root job.
Public Methods
void Init (zx::unowned<Handle> handle)
Defined at line 115 of file ../../src/lib/zxdump/test-tool-process.cc
void Get (typename GetCompleter::Sync & completer)
Defined at line 117 of file ../../src/lib/zxdump/test-tool-process.cc