platform_build_soong/finder/fs
Colin Cross 7cdad45cf2 Add Stat to finder/fs
Add a Stat method to finder/fs that will be used by finder to read
the mode of the target of a symlink.

Bug: 157656545
Test: fs_test.go
Change-Id: Ie2b4509b7d11857d9a1685de4477088b91d43c63
2020-06-29 23:30:38 -07:00
..
Android.bp Add Stat to finder/fs 2020-06-29 23:30:38 -07:00
fs.go Add Stat to finder/fs 2020-06-29 23:30:38 -07:00
fs_darwin.go Move android/soong/fs to android/soong/finder/fs 2017-12-22 13:56:17 -08:00
fs_linux.go Move android/soong/fs to android/soong/finder/fs 2017-12-22 13:56:17 -08:00
fs_test.go Add Stat to finder/fs 2020-06-29 23:30:38 -07:00
readdir.go Reimplement ioutil.ReadDir with a version that avoids calling lstat 2017-12-22 13:56:17 -08:00
readdir_test.go Reimplement ioutil.ReadDir with a version that avoids calling lstat 2017-12-22 13:56:17 -08:00
test.go Move finder_test filesystem helper functions to fs/test.go 2020-06-29 23:30:38 -07:00