Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/build/
H A Dxsdc.go168 if doc, ok := to.(java.ApiFilePath); ok {
169 module.docsPath = doc.ApiFilePath()
/aosp12/build/soong/java/
H A Ddroidstubs.go146 type ApiFilePath interface { interface
147 ApiFilePath() android.Path
156 ApiFilePath
210 func (d *Droidstubs) ApiFilePath() android.Path { func
H A Dsdk_library.go585 paths.currentApiFilePath = android.OptionalPathForPath(provider.ApiFilePath())