Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule_test.go446 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) {
Dtesting.go603 type InstallMakeRule struct { struct
609 func parseMkRules(t *testing.T, config Config, nodes []mkparser.Node) []InstallMakeRule {
610 var rules []InstallMakeRule
613 var rule InstallMakeRule
646 func (ctx *TestContext) InstallMakeRulesForTesting(t *testing.T) []InstallMakeRule {
/build/soong/cc/
Dprebuilt_test.go400 var installedlibRule *android.InstallMakeRule