Home
last modified time | relevance | path

Searched refs:FdEntry (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fdsan.h21 struct FdEntry { struct
27 struct FdEntry entries[];
32 struct FdEntry entries[FD_TABLE_SIZE];
H A Dprocess_dumper.cpp151 FdEntry entrys[fds]; in FillFdsaninfo()
152 if (DfxMemory::ReadProcMemByPid(nsPid, addr, entrys, sizeof(FdEntry) * fds) != sizeof(FdEntry) * fds) { in FillFdsaninfo()
181 std::vector<FdEntry> overflowFdEntrys(overflowLength); in FillFdsaninfo()
183 if (DfxMemory::ReadProcMemByPid(nsPid, address, overflowFdEntrys.data(), sizeof(FdEntry) * overflowLength) != in FillFdsaninfo()
184 sizeof(FdEntry) * overflowLength) { in FillFdsaninfo()

Completed in 2 milliseconds