Searched defs:ApiFilePath (Results 1 – 1 of 1) sorted by relevance
230 type ApiFilePath interface { interface231 ApiFilePath(StubsType) (android.Path, error) methodSpec327 func (d *Droidstubs) ApiFilePath(stubsType StubsType) (ret android.Path, err error) { func