summaryrefslogtreecommitdiffstats
path: root/toolbox/touch.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the touch command to take a human readable timestampKen Sumrall2013-06-261-4/+31
| | | | | | | Now the -t option to the toolbox touch command takes a timestamp in the form of YYYYMMDD.hhmmss Change-Id: I3812700edaa1a06590a07c15b050721b49e9b7e0
* Add the touch command to toolbox.Ken Sumrall2011-04-051-0/+87
I wrote this to test my fix to support utime(2) system calls in the sdcard fuse filesystem for stingray, and decided to finish sprucing it up and make it part of toolbox. In an effort to keep it small, it doesn't accept dates a la touch, but just a time_t value. Change-Id: I5dd011cd2e34d0cc605d6f40e46b96a8c949f194