fn get_path_str_v2(ptr: *const u8) -> Result<String, ()>
Expand description
Helper function to replace the missing get_path_str function TODO: This should be moved to a shared helper when VFS v2 provides public API
fn get_path_str_v2(ptr: *const u8) -> Result<String, ()>
Helper function to replace the missing get_path_str function TODO: This should be moved to a shared helper when VFS v2 provides public API