Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go43 type ModuleInstallPathContext interface { interface
53 var _ ModuleInstallPathContext = ModuleContext(nil)
1087 func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string) OutputPath { argument
1116 func modulePartition(ctx ModuleInstallPathContext) string { argument