Home
last modified time | relevance | path

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

/build/soong/tests/
Dbootstrap_test.sh42 local mtime2=$(stat -c "%y" out/soong/.bootstrap/build.ninja)
44 if [[ "$mtime1" == "$mtime2" ]]; then
92 local mtime2=$(stat -c "%y" out/soong/build.ninja)
93 if [[ "$mtime1" == "$mtime2" ]]; then
198 local mtime2=$(stat -c "%y" out/soong/build.ninja)
199 if [[ "$mtime1" == "$mtime2" ]]; then
279 local mtime2=$(stat -c "%y" out/soong/build.ninja)
280 if [[ "$mtime1" != "$mtime2" ]]; then
351 local mtime2=$(stat -c "%y" out/soong/build.ninja)
352 if [[ "$mtime1" == "$mtime2" ]]; then
[all …]