Home
last modified time | relevance | path

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

/build/soong/apex/
Dkey.go34 type apexKey struct { struct
57 module := &apexKey{}
64 func (m *apexKey) installable() bool { argument
68 func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
Dapex_test.go869 keys := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)
1239 apex_key := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)
Dapex.go735 if key, ok := child.(*apexKey); ok {