Function hdfsUtime

Source
pub unsafe extern "C" fn hdfsUtime(
    fs: hdfsFS,
    path: *const c_char,
    mtime: tTime,
    atime: tTime,
) -> c_int
Expand description

hdfsUtime @param fs The configured filesystem handle. @param path the path to the file or directory @param mtime new modification time or -1 for no change @param atime new access time or -1 for no change @return 0 on success else -1