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