You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path_handle ought to be able to define the implementations of file_handle, directory_handle and so on. Then KV hardware can be supported by having path_handle return a file_handle which calls the SNIA KV API, or NTFS kv lookup can work if the path_handle refers to a NTFS volume, and so on.
The text was updated successfully, but these errors were encountered:
path_handle
ought to be able to define the implementations offile_handle
,directory_handle
and so on. Then KV hardware can be supported by havingpath_handle
return afile_handle
which calls the SNIA KV API, or NTFS kv lookup can work if thepath_handle
refers to a NTFS volume, and so on.The text was updated successfully, but these errors were encountered: