Home
last modified time | relevance | path

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

/build/soong/sdk/
Dtesting.go230 …ing.T, result *android.TestResult, name string, dir string, checkers ...snapshotBuildInfoChecker) { argument
321 type snapshotBuildInfoChecker func(info *snapshotBuildInfo) type
326 func checkAndroidBpContents(expected string) snapshotBuildInfoChecker {
338 func checkAllCopyRules(expected string) snapshotBuildInfoChecker {
345 func checkAllOtherCopyRules(expected string) snapshotBuildInfoChecker {
353 func checkMergeZips(expected ...string) snapshotBuildInfoChecker {
367 func checkInfoContents(config android.Config, expected string) snapshotBuildInfoChecker {
379 …estPreparer(snapshotTest snapshotTest, preparer android.FixturePreparer) snapshotBuildInfoChecker {
388 func snapshotTestChecker(snapshotTest snapshotTest, checker resultChecker) snapshotBuildInfoChecker
403 …rHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snapshotBuildInfoChecker {