Lines Matching refs:removedApiFilePath
673 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() {
2373 properties.RemovedApiFile = paths.removedApiFilePath.Path()