Function psp::sys::sceIoChstat

source ·
#[no_mangle]
pub unsafe extern "C" fn sceIoChstat(
    file: *const u8,
    stat: *mut SceIoStat,
    bits: i32
) -> i32
Expand description

Change the status of a file.

§Parameters

  • file: The path to the file.
  • stat: A pointer to an SceIoStat structure.
  • bits: Bitmask defining which bits to change.

§Return value

< 0 on error.