Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
Dsystem_call.h45 struct SystemCallImpl : public SystemCall { struct
47 INJECT(SystemCallImpl()) = default;
69 virtual ~SystemCallImpl() {} in ~SystemCallImpl() argument
Dmain.cc39 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSearchDirectoriesComponent()