Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/tests/
Dtest_tree_tests.sh3 function mtime() { function
35 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
36 OLDTIME=$(mtime build.ninja)
41 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
46 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
57 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
61 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
72 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
76 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then
82 OLDTIME=$(mtime build.ninja)
[all …]
/build/soong/third_party/zip/
Dreader_test.go372 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)