summaryrefslogtreecommitdiffstats
path: root/tools/atree/fs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove HAVE_DIRENT_D_TYPE.Elliott Hughes2014-11-101-7/+0
| | | | | | Only Windows doesn't have it, and we don't build atree for Windows. Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
* SDK: Use "strip -x" for atree.Raphael Moll2012-06-061-3/+48
| | | | | | | Also fixes atree to accept an alternate command via the env var ATREE_STRIP and correctly splits it for execvp if it contains arguments. Change-Id: I8691bdc569bea3dddfde6249217dc305b6ef19f7
* Add rm and strip abilities to atree.Raphael2011-09-151-4/+30
| | | | | | | | | | | | | | | | | | | | | | The new line syntax is: [SRC] [rm|strip] DEST This allows one to write things like this in atree: bin/src bin/src bin/dest bin/src "bin/another file name" rm dest/file rm dest/dir # recursive strip bin/src bin/src strip bin/dest Src and dest can contain spaces if full enclosed in double-quotes. The strip command can be overridden using the STRIP env var. Change-Id: I22aae7a87c36c082e1aab87132099a3c644914da
* Support absolute path, in OUT_DIRJey2009-11-081-0/+4
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
|\
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
| |
* | Add a few missing headers.Alexey Zaytsev2008-10-221-0/+1
|/ | | | | | Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Initial ContributionThe Android Open Source Project2008-10-211-0/+142