Home
last modified time | relevance | path

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

/build/soong/java/
Djava_test.go1307 checkBootClasspathForSystemModule(t, ctx, "lib-with-source-system-modules", "/source-jar.jar")
1309 checkBootClasspathForSystemModule(t, ctx, "lib-with-prebuilt-system-modules", "/prebuilt-jar.jar")
1312 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e… func