Searched refs:ReadDirCalls (Results 1 – 2 of 2) sorted by relevance
/build/soong/finder/ |
D | finder_test.go | 695 if len(filesystem.ReadDirCalls) == 0 { 705 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{}) 734 numReadDirCalls := len(filesystem.ReadDirCalls) 755 numNewReadDirCalls := len(filesystem.ReadDirCalls) 795 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 836 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"}) 880 …fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c", "/tmp/b/c/new", "/tmp/b… 920 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"}) 960 fs.AssertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"}) 1015 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{}
|