Searched refs:indexCSV (Results 1 – 2 of 2) sorted by relevance
/build/soong/java/ |
D | hiddenapi.go | 49 func (h *hiddenAPI) indexCSV() android.Path { func 56 indexCSV() android.Path methodSpec 84 indexCSV := android.PathForModuleOut(ctx, "hiddenapi", "index.csv") 85 h.hiddenAPIGenerateCSV(ctx, flagsCSV, metadataCSV, indexCSV, implementationJar) 109 func (h *hiddenAPI) hiddenAPIGenerateCSV(ctx android.ModuleContext, flagsCSV, metadataCSV, indexCSV… 142 FlagWithOutput("--output=", indexCSV) 144 h.indexCSVPath = indexCSV
|
D | hiddenapi_singleton.go | 394 if h.indexCSV() != nil { 395 indexes = append(indexes, h.indexCSV())
|