Home
last modified time | relevance | path

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

/build/soong/apex/
Dkey.go38 type apexKey struct { struct
61 module := &apexKey{}
67 func (m *apexKey) installable() bool { argument
71 func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
Dapex.go1808 if key, ok := child.(*apexKey); ok {
Dapex_test.go2692 keys := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)
4141 apex_key := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)