Home
last modified time | relevance | path

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

/build/soong/etc/
Dprebuilt_etc_test.go151 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
193 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
217 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
232 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
245 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
277 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
311 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
345 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
/build/soong/java/
Dhiddenapi_singleton_test.go271 android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule input", expectedCpInput, actualCpInput)
273 …android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule output", expectedCpOutput, actualCpOut…
310 …android.AssertPathRelativeToTopEquals(t, "encode embedded java_library", encodedDexJar, exportedDe…
Dsystemserver_classpath_fragment_test.go53 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
Dplatform_bootclasspath_test.go179 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
Dapp_import_test.go462 …android.AssertPathRelativeToTopEquals(t, "prebuilt framework-res install location", expectedInstal…
Djava_test.go617 android.AssertPathRelativeToTopEquals(t, "baz dex jar build path", expectedDexJar, bazDexJar)
/build/soong/sh/
Dsh_binary_test.go128 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
193 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
/build/soong/xml/
Dxml_test.go83 …android.AssertPathRelativeToTopEquals(t, "installDir", "out/soong/target/product/test_device/syste…
/build/soong/python/
Dpython_test.go373 android.AssertPathRelativeToTopEquals(t, "srcsZip", expectedSrcsZip, base.srcsZip)
/build/soong/android/
Dtest_asserts.go64 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) { func
Dpaths_test.go1392AssertPathRelativeToTopEquals(t, "install path for soong", "out/soong/target/product/test_device/s…
1396AssertPathRelativeToTopEquals(t, "install path for make", "out/target/product/test_device/system/i…
1400 AssertPathRelativeToTopEquals(t, "output path", "out/soong/output/path", p)
1404 AssertPathRelativeToTopEquals(t, "source path", "source/path", p)
Drule_builder_test.go654 AssertPathRelativeToTopEquals(t, "Output", wantOutput, params.Output)
660 AssertPathRelativeToTopEquals(t, "Depfile", wantDepfile, params.Depfile)
/build/soong/apex/
Dbootclasspath_fragment_test.go713 android.AssertPathRelativeToTopEquals(t, name+" dex", expectedDexJar, dexJar)