Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace_test.go345 if numDeps(ctx, testMe) != 4 {
346 t.Errorf("num dependencies of test_me = %v, not 4\n", numDeps(ctx, testMe))
683 func numDeps(ctx *TestContext, module TestingModule) int { func