Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go690 if len(filesystem.StatCalls) == 0 {
696 statCalls := filesystem.StatCalls
704 fs.AssertSameReadDirCalls(t, filesystem.StatCalls, statCalls)
731 numStatCalls := len(filesystem.StatCalls)
752 numNewStatCalls := len(filesystem.StatCalls)
792 fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
832 …fs.AssertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "…
875 fs.AssertSameStatCalls(t, filesystem.StatCalls,
915 fs.AssertSameStatCalls(t, filesystem.StatCalls,
956 …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{}