Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder_test.go773 if len(filesystem.ReadDirCalls) == 0 {
783 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{})
812 numReadDirCalls := len(filesystem.ReadDirCalls)
833 numNewReadDirCalls := len(filesystem.ReadDirCalls)
873 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"})
913 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c"})
957 …assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b/c", "/tmp/b/c/new", "/tmp/b/c/…
997 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp", "/tmp/a"})
1037 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/b"})
1092 assertSameReadDirCalls(t, filesystem.ReadDirCalls, []string{"/tmp/a"})
[all …]
/build/soong/finder/fs/
Dfs.go185 ReadDirCalls []string member
514 m.ReadDirCalls = append(m.ReadDirCalls, path)
955 m.ReadDirCalls = []string{}