Home
last modified time | relevance | path

Searched refs:SystemCall (Results 1 – 5 of 5) sorted by relevance

/system/iorap/src/inode2filename/
Dsystem_call.h28 struct SystemCall { struct
41 virtual ~SystemCall() {} in ~SystemCall() argument
45 struct SystemCallImpl : public SystemCall {
Dsearch_directories.h135 INJECT(SearchDirectories(borrowed<SystemCall*> system_call)) in INJECT()
142 borrowed<SystemCall*> system_call_;
Dsearch_directories.cc361 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()
Dmain.cc39 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSearchDirectoriesComponent()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc2430 class FakeSystemCall : public SystemCall {
2598 class MockSystemCall : public SystemCall {
2653 .bind<SystemCall, NiceMockSystemCall>(); in getTestComponents()