Lines Matching refs:moduleSuffix
330 func getSnapshotNameSuffix(moduleSuffix, version, arch string) string { argument
335 return moduleSuffix + versionSuffix
339 collectSnapshotMap := func(names []string, snapshotSuffix, moduleSuffix string) map[string]string {
343 getSnapshotNameSuffix(snapshotSuffix+moduleSuffix,
433 return getSnapshotNameSuffix(p.moduleSuffix(), p.version(), p.arch())
444 func (p *baseSnapshotDecorator) moduleSuffix() string { func
485 func (p *baseSnapshotDecorator) init(m *Module, image snapshotImage, moduleSuffix string) {
487 p.baseProperties.ModuleSuffix = image.moduleNameSuffix() + moduleSuffix
662 func snapshotLibraryFactory(image snapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDec…
685 prebuilt.init(module, image, moduleSuffix)
827 func snapshotBinaryFactory(image snapshotImage, moduleSuffix string) android.Module {
846 prebuilt.init(module, image, moduleSuffix)