Searched refs:InstallMakeRule (Results 1 – 3 of 3) sorted by relevance
446 ruleForOutput := func(output string) InstallMakeRule {453 return InstallMakeRule{}456 installRule := func(name string) InstallMakeRule {460 symlinkRule := func(name string) InstallMakeRule {466 hostInstallRule := func(name string) InstallMakeRule {470 hostSymlinkRule := func(name string) InstallMakeRule {474 assertDeps := func(rule InstallMakeRule, deps ...string) {479 assertOrderOnlys := func(rule InstallMakeRule, orderonlys ...string) {
603 type InstallMakeRule struct { struct609 func parseMkRules(t *testing.T, config Config, nodes []mkparser.Node) []InstallMakeRule {610 var rules []InstallMakeRule613 var rule InstallMakeRule646 func (ctx *TestContext) InstallMakeRulesForTesting(t *testing.T) []InstallMakeRule {
400 var installedlibRule *android.InstallMakeRule