Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go495 type scopePaths struct { struct
516 func (paths *scopePaths) extractStubsLibraryInfoFromDependency(dep android.Module) error { argument
526 func (paths *scopePaths) treatDepAsApiStubsProvider(dep android.Module, action func(provider ApiStu… argument
535 func (paths *scopePaths) treatDepAsApiStubsSrcProvider(dep android.Module, action func(provider Api… argument
544 func (paths *scopePaths) extractApiInfoFromApiStubsProvider(provider ApiStubsProvider) { argument
549 func (paths *scopePaths) extractApiInfoFromDep(dep android.Module) error { argument
555 func (paths *scopePaths) extractStubsSourceInfoFromApiStubsProviders(provider ApiStubsSrcProvider) { argument
559 func (paths *scopePaths) extractStubsSourceInfoFromDep(dep android.Module) error { argument
565 func (paths *scopePaths) extractStubsSourceAndApiInfoFromApiStubsProvider(dep android.Module) error… argument
597 scopePaths map[*apiScope]*scopePaths member
[all …]