Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go634 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", "…
[all …]
/build/soong/finder/fs/
Dfs.go189 StatCalls []string member
453 m.StatCalls = append(m.StatCalls, path)
971 m.StatCalls = []string{}