Skip to main content

SYS_TRUNCATE

Constant SYS_TRUNCATE 

Source
pub const SYS_TRUNCATE: usize = 454;
Expand description

Truncate a file to a specified length by path.

  • path_ptr: pointer to the file path
  • path_len: length of the path
  • len: desired file length in bytes