Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go510 removedApiFilePath android.OptionalPath member
546 paths.removedApiFilePath = android.OptionalPathForPath(provider.RemovedApiFilePath())
725 if paths.removedApiFilePath.Valid() {
726 return android.Paths{paths.removedApiFilePath.Path()}, nil
1948 paths.removedApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Removed_api)
2213 if paths.removedApiFilePath.Valid() {
2214 properties.RemovedApiFile = paths.removedApiFilePath.Path()