Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary_test.go67 mod := ctx.ModuleForTests("foo", "android_arm64_armv8-a").Module().(*ShTest)
91 mod := ctx.ModuleForTests("foo", "android_arm64_armv8-a").Module().(*ShTest)
122 mod := ctx.ModuleForTests("foo", buildOS+"_x86_64").Module().(*ShTest)
Dsh_binary.go105 type ShTest struct { struct
195 func (s *ShTest) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
228 func (s *ShTest) InstallInData() bool { argument
232 func (s *ShTest) AndroidMkEntries() []android.AndroidMkEntries { argument
283 module := &ShTest{}
293 module := &ShTest{}