Searched refs:SystemCall (Results 1 – 5 of 5) sorted by relevance
28 struct SystemCall { struct41 virtual ~SystemCall() {} in ~SystemCall() argument45 struct SystemCallImpl : public SystemCall {
135 INJECT(SearchDirectories(borrowed<SystemCall*> system_call)) in INJECT()142 borrowed<SystemCall*> system_call_;
361 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) const& { in GetChildrenEntries()369 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) && { in GetChildrenEntries()383 ObservableT GetSubTreePreOrderEntries(borrowed<SystemCall*> system_call) const;387 void BuildChildrenPaths(borrowed<SystemCall*> system_call) const;424 ReadDirectoryEntriesFromDirectoryPath(std::string dirpath, borrowed<SystemCall*> system_call) { in ReadDirectoryEntriesFromDirectoryPath()483 void DirectoryEntry::BuildChildrenPaths(borrowed<SystemCall*> system_call) const { in BuildChildrenPaths()621 DirectoryEntry::GetSubTreePreOrderEntries(borrowed<SystemCall*> system_call) const { in GetSubTreePreOrderEntries()650 borrowed<SystemCall*> system_call) { in Stat()712 borrowed<SystemCall*> system_call) { in SearchDirectoriesForMatchingInodes()
39 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSearchDirectoriesComponent()
2430 class FakeSystemCall : public SystemCall {2598 class MockSystemCall : public SystemCall {2653 .bind<SystemCall, NiceMockSystemCall>(); in getTestComponents()