Home
last modified time | relevance | path

Searched defs:GetSyscall (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/test/dittosuite/src/
H A Dsyscall.cpp24 Syscall& Syscall::GetSyscall() { in GetSyscall() function in dittosuite::Syscall
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dresult.h152 const Syscall* GetSyscall() const { return syscall_.get(); } in GetSyscall() function