Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go195 func assertSameReadDirCalls(t *testing.T, actual []string, expected []string) { func
783 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})
784 assertSameReadDirCalls(t, filesystem.StatCalls, statCalls)
873 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"})
913 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"})
957assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c", "/tmp/b/c/new", "/tmp/b/c/…
997 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"})
1037 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"})
1092 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/a"})
1151assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/c", "/tmp/c/1", "/tmp/c/…
[all …]