Searched defs:system_call (Results 1 – 3 of 3) sorted by relevance
39 borrowed<SystemCall*> system_call = nullptr; member
485 ReadDirectoryEntriesFromDirectoryPath(std::string dirpath, borrowed<SystemCall*> system_call) { in ReadDirectoryEntriesFromDirectoryPath()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() local1271 borrowed<SystemCall*> system_call = system_call_; in EmitAllFilenames() local
203 auto system_call = std::make_unique<SystemCallImpl>(); in Main() local