Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go792 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
832 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
875 fs.AssertSameStatCalls(t, filesystem.StatCalls,
915 fs.AssertSameStatCalls(t, filesystem.StatCalls,
956 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
1010 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1069 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1129 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1183 fs.AssertSameStatCalls(t, fs2.StatCalls,
1287 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{})
[all …]
/build/soong/finder/fs/
Dtest.go116 func AssertSameStatCalls(t *testing.T, actual []string, expected []string) { func