platform_build_soong/finder
Jeff Gaston 821271b3b8 Fix the Finder's ability to ignore permission errors
It turns out the os was returning a different permissions error than
os.ErrPermission. Fortunately we can just use os.IsPermission().

Bug: 62455338
Test: mkdir not-permitted && chmod 000 not-permitted && m nothing

Change-Id: Ieb1653b9687ffdaae83184dcdcd4166ddb6a4613
2017-08-23 17:53:41 -07:00
..
cmd Fail the Finder in case of unexpected fs error 2017-08-15 13:18:24 -07:00
Android.bp Revert "Revert "Cacheable, multithreaded finder."" 2017-08-10 12:20:30 -07:00
finder.go Fix the Finder's ability to ignore permission errors 2017-08-23 17:53:41 -07:00
finder_test.go Add some tests for singlethreaded usage of the Finder. 2017-08-22 16:55:21 -07:00