Searched refs:Api_file (Results 1 – 2 of 2) sorted by relevance
140 Api_file *string `android:"path"` member330 } else if String(apiToCheck.Api_file) != "" && String(apiToCheck.Removed_api_file) != "" {332 } else if String(apiToCheck.Api_file) != "" {342 api_file := String(apiToCheck.Api_file)356 apiToCheck.Api_file = nil1084 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file))1153 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Api_file))1449 if String(d.properties.Check_api.Last_released.Api_file) == "" {1454 …ReleasedApi := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Api_file))1655 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Api_file))[all …]
1293 props.Check_api.Current.Api_file = proptools.StringPtr(currentApiFileName)1299 props.Check_api.Last_released.Api_file = latestApiFilegroupName