Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dlint.go467 annotationsZipPath = copiedLintDatabaseFilesPath(ctx, files.annotationCopiedName)
468 apiVersionsXMLPath = copiedLintDatabaseFilesPath(ctx, files.apiVersionsCopiedName)
629 Output: copiedLintDatabaseFilesPath(ctx, files.annotationCopiedName),
635 Output: copiedLintDatabaseFilesPath(ctx, files.apiVersionsCopiedName),
640 func copiedLintDatabaseFilesPath(ctx android.PathContext, name string) android.WritablePath { func