commit | 7cdad45cf217097e262ca370aa2cc36a6545a49e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jun 29 23:01:52 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Jun 29 23:30:38 2020 -0700 |
tree | a4145de01186fed596a7025b6e4c2a0246086dc7 | |
parent | 7f8aa39abed0ca370b0686f89cb2f9a659d87549 [diff] [blame] |
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
diff --git a/finder/fs/Android.bp b/finder/fs/Android.bp index 835eb0b..b71934f 100644 --- a/finder/fs/Android.bp +++ b/finder/fs/Android.bp
@@ -25,6 +25,7 @@ "test.go", ], testSrcs: [ + "fs_test.go", "readdir_test.go", ], darwin: {