Home
last modified time | relevance | path

Searched refs:onlyInB (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/diff_target_files/
Dcompare.go54 onlyInA, onlyInB []*ZipArtifactFile member
85 if len(d.onlyInB) > 0 {
87 for _, f := range d.onlyInB {
93 if len(d.modified) > 0 || len(d.onlyInA) > 0 || len(d.onlyInB) > 0 {
119 diff.onlyInB = append(diff.onlyInB, b[j])
128 diff.onlyInB = append(diff.onlyInB, b[j])
Dcompare_test.go126 t.Errorf("diffTargetFilesLists = %v, %v, %v", diff.modified, diff.onlyInA, diff.onlyInB)
127 …rorf(" want %v, %v, %v", test.diff.modified, test.diff.onlyInA, test.diff.onlyInB)
Dallow_list.go206 diff.onlyInB, err = filterNewPaths(diff.onlyInB, allowLists)
Ddiff_target_files.go78 if len(diff.modified) > 0 || len(diff.onlyInA) > 0 || len(diff.onlyInB) > 0 {