History log of /build/tools/atree/files.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a5bc9dfbf7c6a80e5f7cb4dd05b4036741478bc 03-Oct-2017 Chih-Hung Hsieh <chh@google.com> Use -Werror in build/make

* Remove unused local variables.

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Iced5bb903902f49d7cd5cf5f572906a512c75e18
/build/make/tools/atree/files.cpp
07793e18801bcc5ae3b6e4b3e8131aa22c4ad0b9 11-Nov-2014 Elliott Hughes <enh@google.com> Remove HAVE_DIRENT_D_TYPE.

Only Windows doesn't have it, and we don't build atree for Windows.

Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
/build/make/tools/atree/files.cpp
0b3ec5d32f15bdea67d15af95cf68e455867c668 15-Sep-2011 Raphael <raphael@google.com> Add rm and strip abilities to atree.

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
/build/make/tools/atree/files.cpp
70b813ec57a5b4042a62e69cac5b77015f0110e4 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
4f85cc54b3347e00e32a07cae4fd5473987b71af 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/build/make/tools/atree/files.cpp
179d2bf01ac59314cafc185fa339c3b905098550 19-Dec-2008 Jean-Baptiste Queru <jbq@google.com> Merge commit 'remotes/korg/cupcake'

Conflicts:
core/api/1.xml
core/api/current.xml
core/main.mk
dcc08f073b6873c69ab891d4f69f7c568e282df7 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/build/make/tools/atree/files.cpp
8ae3ad5802c7fe78d6b353b0d9090276a4f6a210 22-Oct-2008 Alexey Zaytsev <alexey.zaytsev@gmail.com> Add a few missing headers.

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
/build/make/tools/atree/files.cpp
b6c1cf6de79035f58b512f4400db458c8401379a 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/build/make/tools/atree/files.cpp