Searched refs:ReadDirCalls (Results 1 – 2 of 2) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 637 if len(filesystem.ReadDirCalls) == 0 { 647 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{}) 676 numReadDirCalls := len(filesystem.ReadDirCalls) 697 numNewReadDirCalls := len(filesystem.ReadDirCalls) 737 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 777 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"}) 821 …fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c", "/tmp/b/c/new", "/tmp/b… 861 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 901 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"}) 956 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{}
|