Lines Matching defs:scopePaths
583 type scopePaths struct { struct
587 stubsHeaderPath android.Paths
592 stubsImplPath android.Paths
597 stubsDexJarPath OptionalDexJarPath
600 currentApiFilePath android.OptionalPath
603 removedApiFilePath android.OptionalPath
606 stubsSrcJar android.OptionalPath
609 annotationsZip android.OptionalPath
612 latestApiPath android.OptionalPath
615 latestRemovedApiPath android.OptionalPath
618 …Paths) extractStubsLibraryInfoFromDependency(ctx android.ModuleContext, dep android.Module) error {
632 …ths) treatDepAsApiStubsProvider(dep android.Module, action func(provider ApiStubsProvider)) error {
641 …reatDepAsApiStubsSrcProvider(dep android.Module, action func(provider ApiStubsSrcProvider)) error {
650 func (paths *scopePaths) extractApiInfoFromApiStubsProvider(provider ApiStubsProvider) {
656 …nc (paths *scopePaths) extractApiInfoFromDep(ctx android.ModuleContext, dep android.Module) error {
662 func (paths *scopePaths) extractStubsSourceInfoFromApiStubsProviders(provider ApiStubsSrcProvider) {
666 …s *scopePaths) extractStubsSourceInfoFromDep(ctx android.ModuleContext, dep android.Module) error {
672 …actStubsSourceAndApiInfoFromApiStubsProvider(ctx android.ModuleContext, dep android.Module) error {
692 func (paths *scopePaths) extractLatestApiPath(ctx android.ModuleContext, dep android.Module) error {
698 …ths *scopePaths) extractLatestRemovedApiPath(ctx android.ModuleContext, dep android.Module) error {
765 scopePaths map[*apiScope]*scopePaths member