Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/
Dapi_test.go169 gotOK := compareAPI(buf, tt.features, tt.required, tt.exception)
Dmain_test.go183 if !compareAPI(bw, features, required, exception) {
229 func compareAPI(w io.Writer, features, required, exception []string) (ok bool) { func