find_inode
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.35.6" ) ]
public TSKDirent[] find_inode (string device, int64 inode, Cancellable? cancellable = null) throws Error
[ Version ( since = "1.35.6" ) ]
public TSKDirent[] find_inode (string device, int64 inode, Cancellable? cancellable = null) throws Error
search the entries associated to the given inode
Searches all the entries associated with the given inode.
For each entry, a tsk_dirent
structure is returned. See filesystem_walk
for more information about tsk_dirent
structures.
This function depends on the feature "libtsk". See also feature_available.
Parameters:
this |
A GuestfsSession object |
cancellable |
A GCancellable object |
Returns:
an array of TSKDirent objects, or NULL on error |