Lines Matching refs:StatCalls
634 if len(filesystem.StatCalls) == 0 {
640 statCalls := filesystem.StatCalls
648 fs.AssertSameReadDirCalls(t, filesystem.StatCalls, statCalls)
675 numStatCalls := len(filesystem.StatCalls)
696 numNewStatCalls := len(filesystem.StatCalls)
736 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
776 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
819 fs.AssertSameStatCalls(t, filesystem.StatCalls,
859 fs.AssertSameStatCalls(t, filesystem.StatCalls,
900 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
954 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1013 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1073 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1127 fs.AssertSameStatCalls(t, fs2.StatCalls,
1231 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{})
1261 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{})