# File lib/fakefs/pathname.rb, line 762
      def utime(atime, mtime)
        File.utime(atime, mtime, @path)
      end