Searched refs:ReadDirCalls (Results 1 – 2 of 2) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 693 if len(filesystem.ReadDirCalls) == 0 { 703 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{}) 732 numReadDirCalls := len(filesystem.ReadDirCalls) 753 numNewReadDirCalls := len(filesystem.ReadDirCalls) 793 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 833 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"}) 877 …fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c", "/tmp/b/c/new", "/tmp/b… 917 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 957 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"}) 1012 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/a"}) [all …]
|
/build/soong/finder/fs/ |
D | fs.go | 190 ReadDirCalls []string member 529 m.ReadDirCalls = append(m.ReadDirCalls, path) 970 m.ReadDirCalls = []string{}
|