pub fn walk_process_files<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
task_addr: u64,
) -> Result<Vec<FileDescriptorInfo>>Expand description
Walk open file descriptors for a single process.
pub fn walk_process_files<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
task_addr: u64,
) -> Result<Vec<FileDescriptorInfo>>Walk open file descriptors for a single process.