Lines Matching refs:StatCalls
692 if len(filesystem.StatCalls) == 0 {
698 statCalls := filesystem.StatCalls
706 fs.AssertSameReadDirCalls(t, filesystem.StatCalls, statCalls)
733 numStatCalls := len(filesystem.StatCalls)
754 numNewStatCalls := len(filesystem.StatCalls)
794 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
835 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
878 fs.AssertSameStatCalls(t, filesystem.StatCalls,
918 fs.AssertSameStatCalls(t, filesystem.StatCalls,
959 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
1013 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1072 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1132 fs.AssertSameStatCalls(t, filesystem.StatCalls,
1186 fs.AssertSameStatCalls(t, fs2.StatCalls,
1290 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{})
1320 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{})