Home
last modified time | relevance | path

Searched refs:assertSameStatCalls (Results 1 – 1 of 1) sorted by relevance

/build/soong/finder/
Dfinder_test.go177 func assertSameStatCalls(t *testing.T, actual []string, expected []string) { func
872 assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
912assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm…
955 assertSameStatCalls(t, filesystem.StatCalls,
995 assertSameStatCalls(t, filesystem.StatCalls,
1036assertSameStatCalls(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 …]