vfs_utime          63 lib/vfs/utilvfs.h int vfs_utime (const char *path, mc_timesbuf_t *times);
vfs_utime         221 src/vfs/local/local.c     return vfs_utime (vfs_path_get_last_path_str (vpath), times);
vfs_utime         352 src/vfs/sfs/sfs.c     return vfs_utime (sfs_redirect (vpath), times);