Searched refs:mtime (Results 1 – 2 of 2) sorted by relevance
3 function mtime() { function35 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)36 OLDTIME=$(mtime build.ninja)41 if [ ${OLDTIME} != $(mtime build.ninja) ]; then46 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then57 if [ ${OLDTIME} != $(mtime build.ninja) ]; then61 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then72 if [ ${OLDTIME} = $(mtime build.ninja) ]; then76 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then82 OLDTIME=$(mtime build.ninja)[all …]
372 mtime, err := time.Parse("01-02-06 15:04:05", ft.Mtime)377 if ft := f.ModTime(); !ft.Equal(mtime) {378 t.Errorf("%s: %s: mtime=%s, want %s", zt.Name, f.Name, ft, mtime)