Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go330 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)
[all …]