Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go214 func ensureContains(t *testing.T, result string, expected string) { func
315 ensureContains(t, optFlags, "--pubkey vendor/foo/devkeys/testkey.avbpubkey")
317ensureContains(t, optFlags, "--assets_dir "+buildDir+"/.intermediates/myapex/android_common_myapex…
322 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned")
331 ensureContains(t, copyCmds, "image.apex/lib64/mylib.so")
332 ensureContains(t, copyCmds, "image.apex/lib64/mylib2.so")
399 ensureContains(t, zipApexRule.Output.String(), "myapex.zipapex.unsigned")
408 ensureContains(t, copyCmds, "image.zipapex/lib64/mylib.so")
409 ensureContains(t, copyCmds, "image.zipapex/lib64/mylib2.so")
468 ensureContains(t, copyCmds, "image.apex/lib64/mylib.so")
[all …]