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{}
63 func (m *apexKey) installable() bool { argument
67 func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
Dapex.go2131 if key, ok := child.(*apexKey); ok {
Dapex_test.go2440 keys := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)
3798 apex_key := ctx.ModuleForTests("myapex.key", "android_common").Module().(*apexKey)