Searched refs:SystemCallImpl (Results 1 – 2 of 2) sorted by relevance
45 struct SystemCallImpl : public SystemCall { struct47 INJECT(SystemCallImpl()) = default;69 virtual ~SystemCallImpl() {} in ~SystemCallImpl() argument
39 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSearchDirectoriesComponent()