Home
last modified time | relevance | path

Searched defs:ApiFilePath (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Ddroidstubs.go230 type ApiFilePath interface { interface
231 ApiFilePath(StubsType) (android.Path, error) methodSpec
327 func (d *Droidstubs) ApiFilePath(stubsType StubsType) (ret android.Path, err error) { func