Home
last modified time | relevance | path

Searched refs:RealSyscalls (Results 1 – 1 of 1) sorted by relevance

/system/netd/libnetdutils/
DSyscalls.cpp40 class RealSyscalls final : public Syscalls { class
42 ~RealSyscalls() override = default;
240 std::unique_ptr<Syscalls> tmp(new RealSyscalls()); in get()