Searched refs:assertSameStatCalls (Results 1 – 1 of 1) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 177 func assertSameStatCalls(t *testing.T, actual []string, expected []string) { func 872 assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"}) 912 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm… 955 assertSameStatCalls(t, filesystem.StatCalls, 995 assertSameStatCalls(t, filesystem.StatCalls, 1036 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm… 1090 assertSameStatCalls(t, filesystem.StatCalls, 1149 assertSameStatCalls(t, filesystem.StatCalls, 1209 assertSameStatCalls(t, filesystem.StatCalls, 1263 assertSameStatCalls(t, fs2.StatCalls, [all …]
|