Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go673 removedApiFilePath android.OptionalPath member
756 var annotationsZip, currentApiFilePath, removedApiFilePath android.Path
759 removedApiFilePath, removedApiFilePathErr := provider.RemovedApiFilePath(stubsType)
766 paths.removedApiFilePath = android.OptionalPathForPath(removedApiFilePath)
956 removedApiFilePath := android.OptionalPath{}
960 removedApiFilePath = scopePath.removedApiFilePath
964 removedApiFilePaths[kind] = removedApiFilePath
1000 removedApiTxtComponentName: paths.removedApiFilePath,
2133 paths.removedApiFilePath = android.OptionalPathForModuleSrc(ctx, scopeProperties.Removed_api)
2372 if paths.removedApiFilePath.Valid() {
[all …]