Home
last modified time | relevance | path

Searched refs:openFiles (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.h58 std::string openFiles = ""; member in OHOS::HiviewDFX::DfxProcess
H A Dprinter.cpp299 if (process == nullptr || process->openFiles.empty()) { in PrintThreadOpenFiles()
304 std::string infos = process->openFiles; in PrintThreadOpenFiles()
H A Dprocess_dumper.cpp200 std::string openFiles; in DumpOpenFiles() local
207 openFiles += std::to_string(fd) + "->" + path + " " + type + " " + std::to_string(val) + "\n"; in DumpOpenFiles()
209 openFiles += "OpenFilesList contain an entry (fd " + std::to_string(fd) + ") with no path or owner\n"; in DumpOpenFiles()
212 return openFiles; in DumpOpenFiles()
914 process_->openFiles = GetOpenFiles(request.pid, request.nsPid, request.fdTableAddr); in ReadFdTable()

Completed in 4 milliseconds