Lines Matching defs:scopePaths
526 type scopePaths struct { struct
530 stubsHeaderPath android.Paths
535 stubsImplPath android.Paths
540 stubsDexJarPath android.Path
543 currentApiFilePath android.OptionalPath
546 removedApiFilePath android.OptionalPath
549 stubsSrcJar android.OptionalPath
552 …Paths) extractStubsLibraryInfoFromDependency(ctx android.ModuleContext, dep android.Module) error {
566 …ths) treatDepAsApiStubsProvider(dep android.Module, action func(provider ApiStubsProvider)) error {
575 …reatDepAsApiStubsSrcProvider(dep android.Module, action func(provider ApiStubsSrcProvider)) error {
584 func (paths *scopePaths) extractApiInfoFromApiStubsProvider(provider ApiStubsProvider) {
589 …nc (paths *scopePaths) extractApiInfoFromDep(ctx android.ModuleContext, dep android.Module) error {
595 func (paths *scopePaths) extractStubsSourceInfoFromApiStubsProviders(provider ApiStubsSrcProvider) {
599 …s *scopePaths) extractStubsSourceInfoFromDep(ctx android.ModuleContext, dep android.Module) error {
605 …actStubsSourceAndApiInfoFromApiStubsProvider(ctx android.ModuleContext, dep android.Module) error {
646 scopePaths map[*apiScope]*scopePaths member