Lines Matching refs:ReadDirCalls
773 if len(filesystem.ReadDirCalls) == 0 {
783 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})
812 numReadDirCalls := len(filesystem.ReadDirCalls)
833 numNewReadDirCalls := len(filesystem.ReadDirCalls)
873 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"})
913 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"})
957 …assertSameReadDirCalls(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"})
1151 …assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/c", "/tmp/c/1", "/tmp/c/…
1211 …assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/1"…
1265 assertSameReadDirCalls(t, fs2.ReadDirCalls,
1368 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})
1398 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})
1543 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"})
1560 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})