Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go507 currentApiFilePath android.OptionalPath member
545 paths.currentApiFilePath = android.OptionalPathForPath(provider.ApiFilePath())
720 if paths.currentApiFilePath.Valid() {
721 return android.Paths{paths.currentApiFilePath.Path()}, nil
1947 paths.currentApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Current_api)
2210 if paths.currentApiFilePath.Valid() {
2211 properties.CurrentApiFile = paths.currentApiFilePath.Path()