Searched refs:system_call (Results 1 – 2 of 2) sorted by relevance
361 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) const& { in GetChildrenEntries()362 BuildChildrenPaths(system_call); in GetChildrenEntries()369 std::vector<ResultT> GetChildrenEntries(borrowed<SystemCall*> system_call) && { in GetChildrenEntries()370 BuildChildrenPaths(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() argument430 if ((dirp = system_call->opendir(dirpath.c_str())) == nullptr) { in ReadDirectoryEntriesFromDirectoryPath()443 if ((dp = system_call->readdir(dirp)) != nullptr) { in ReadDirectoryEntriesFromDirectoryPath()476 if (system_call->closedir(dirp) < 0) { in ReadDirectoryEntriesFromDirectoryPath()[all …]
135 INJECT(SearchDirectories(borrowed<SystemCall*> system_call)) in INJECT()136 : system_call_(system_call) {} in INJECT()