Home | History | Annotate | Download | only in utimensat

Lines Matching refs:atime

82     # Create file and make atime and mtime zero.
90 read res atime mtime < $RESULT_FILE
92 test $atime -ne 0 || test $mtime != 0; then
143 read res atime mtime < $RESULT_FILE
147 echo "RESULT: $res $atime $mtime"
156 # If the test program exited successfully, then check that atime and
161 if test $atime -eq 0; then
162 echo "atime should have changed, but did not"
166 if test $atime -ne 0; then
167 echo "atime should not have changed, but did"