Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/inode2filename/
H A Dsystem_call.h28 struct SystemCall { struct
41 virtual ~SystemCall() {} in ~SystemCall() argument
45 struct SystemCallImpl : public SystemCall {
H A Dsearch_directories.cc422 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) const& { in GetChildrenEntries()
430 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) && { in GetChildrenEntries()
444 ObservableT GetSubTreePreOrderEntries(borrowed<SystemCall*> system_call) const;
448 void BuildChildrenPaths(borrowed<SystemCall*> system_call) const;
544 void DirectoryEntry::BuildChildrenPaths(borrowed<SystemCall*> system_call) const { in BuildChildrenPaths()
682 DirectoryEntry::GetSubTreePreOrderEntries(borrowed<SystemCall*> system_call) const { in GetSubTreePreOrderEntries()
712 borrowed<SystemCall*> system_call) { in Stat()
780 borrowed<SystemCall*> system_call) { in SearchDirectoriesForMatchingInodes()
1010 borrowed<SystemCall*> system_call) { in EmitAllInodesFromDirectories()
1076 borrowed<SystemCall*> system_call = system_call_; in FilterFilenamesForSpecificInodes()
[all …]
H A Dsearch_directories.h130 INJECT(SearchDirectories(borrowed<SystemCall*> system_call)) in INJECT()
137 borrowed<SystemCall*> system_call_;
H A Dmain.cc75 static fruit::Component<SystemCall> GetSystemCallComponent() { in GetSystemCallComponent()
76 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSystemCallComponent()
355 fruit::Injector<SystemCall> injector(GetSystemCallComponent); in main()
365 ir_dependencies.system_call = injector.get<SystemCall*>(); in main()
H A Ddata_source.h39 borrowed<SystemCall*> system_call = nullptr;