⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

parse_tar_filename

Function parse_tar_filename 

Source
pub fn parse_tar_filename(header: &[u8; 512]) -> String
Expand description

TAR header: first 100 bytes are the filename, bytes 124-135 are octal size.