[][src]Function rust_hdfs::hdfsUtime

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

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