OSDN Git Service

Fix ftw/nftw to only report unreadable directories once.
authorElliott Hughes <enh@google.com>
Sat, 16 Apr 2016 00:40:33 +0000 (17:40 -0700)
committerElliott Hughes <enh@google.com>
Mon, 18 Apr 2016 19:05:18 +0000 (12:05 -0700)
commit13d79abebe472d63288481b419ff36489345000f
tree27d16910595a83f0d8b0495d4deaa7641d4b62c0
parent668fddb3ba36b52a16381513b1a0a42d9dd910e1
Fix ftw/nftw to only report unreadable directories once.

Also remove all the copy & paste.

Bug: http://b/28197840
Change-Id: Ia43e9ffd838dabb511a6e54403d6f62066383e4d
libc/Android.bp
libc/Android.mk
libc/bionic/ftw.cpp [new file with mode: 0644]
libc/upstream-netbsd/lib/libc/gen/ftw.c [deleted file]
libc/upstream-netbsd/lib/libc/gen/nftw.c [deleted file]
tests/ftw_test.cpp