Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/inode2filename/
H A Dsystem_call.h45 struct SystemCallImpl : public SystemCall { struct
47 INJECT(SystemCallImpl()) = default;
69 virtual ~SystemCallImpl() {} in ~SystemCallImpl() argument
H A Dmain.cc76 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSystemCallComponent()
/aosp12/system/iorap/src/compiler/
H A Dmain.cc203 auto system_call = std::make_unique<SystemCallImpl>(); in Main()