Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go770 if len(filesystem.StatCalls) == 0 {
776 statCalls := filesystem.StatCalls
784 assertSameReadDirCalls(t, filesystem.StatCalls, statCalls)
811 numStatCalls := len(filesystem.StatCalls)
832 numNewStatCalls := len(filesystem.StatCalls)
872 assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a"})
912 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm…
955 assertSameStatCalls(t, filesystem.StatCalls,
995 assertSameStatCalls(t, filesystem.StatCalls,
1036 …assertSameStatCalls(t, filesystem.StatCalls, []string{"/tmp", "/tmp/a", "/tmp/b", "/tmp/b/c", "/tm…
[all …]
/build/soong/finder/fs/
Dfs.go184 StatCalls []string member
448 m.StatCalls = append(m.StatCalls, path)
956 m.StatCalls = []string{}