Luna::VFS::DriverDesc::on_get_native_path
R< Name >(* on_get_native_path) (void *driver_data, void *mount_data, const Path &path)
Called when VFS::get_native_path is called on one path that belongs to devices of this driver.
Parameters
-
in driver_data
The user-provided driver data.
-
in mount_data
The mount data returned by on_mount for the device.
-
in path
The path to convert.
Return value
Returns one path string that represents the converted native path.