Searched refs:openFiles (Results 1 – 3 of 3) sorted by relevance
58 std::string openFiles = ""; variable
199 std::string openFiles; in DumpOpenFiles() local206 … openFiles += std::to_string(fd) + "->" + path + " " + type + " " + std::to_string(val) + "\n"; in DumpOpenFiles()208 …openFiles += "OpenFilesList contain an entry (fd " + std::to_string(fd) + ") with no path or owner… in DumpOpenFiles()211 return openFiles; in DumpOpenFiles()549 process_->openFiles = GetOpenFiles(request->pid, request->nsPid, request->fdTableAddr); in DumpProcess()
293 std::string infos = process->openFiles; in PrintThreadOpenFiles()