Constant tvix_castore::path::component::MAX_NAME_LEN

source ·
pub const MAX_NAME_LEN: usize = 255;
Expand description

The maximum length an individual path component can have. Linux allows 255 bytes of actual name, so we pick that.