Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt_test.go462 installRules := result.InstallMakeRulesForTesting(t)
/build/soong/android/
Dmodule_test.go478 rules := result.InstallMakeRulesForTesting(t)
Dtesting.go655 func (ctx *TestContext) InstallMakeRulesForTesting(t *testing.T) []InstallMakeRule { func