Home
last modified time | relevance | path

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

/build/soong/rust/
Drust.go1225 mod.Properties.SnapshotDylibs = append(mod.Properties.SnapshotDylibs, cc.BaseLibName(depName))
1236 mod.Properties.SnapshotRlibs = append(mod.Properties.SnapshotRlibs, cc.BaseLibName(depName))
1357 …mod.Properties.SnapshotStaticLibs = append(mod.Properties.SnapshotStaticLibs, cc.BaseLibName(depNa…
1388 …mod.Properties.SnapshotSharedLibs = append(mod.Properties.SnapshotSharedLibs, cc.BaseLibName(depNa…
/build/soong/cc/
Dcc.go3492 func BaseLibName(depName string) string { func
3500 libName := BaseLibName(depName)