Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/etc/
H A Dprebuilt_etc_test.go139 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[0], p.installDirPaths[0])
140 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[1], p.installDirPaths[1])
161 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[0], p.installDirPaths[0])
162 android.AssertPathRelativeToTopEquals(t, "install dir", expectedPaths[1], p.installDirPaths[1])
275 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
341 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
366 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
390 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
405 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
419 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPaths[0])
[all …]
/aosp_15_r20/build/soong/java/
H A Dhiddenapi_singleton_test.go284 android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule input", expectedCpInput, actualCpInput)
286 …android.AssertPathRelativeToTopEquals(t, "hiddenapi cp rule output", expectedCpOutput, actualCpOut…
324 …android.AssertPathRelativeToTopEquals(t, "encode embedded java_library", encodedDexJar, exportedDe…
H A Dandroid_manifest_test.go84 android.AssertPathRelativeToTopEquals(t, "main manifest",
H A Dsystemserver_classpath_fragment_test.go53 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
H A Dapp_set_test.go46 android.AssertPathRelativeToTopEquals(t, "incorrect output path",
H A Drro_test.go308 …android.AssertPathRelativeToTopEquals(t, "Install dir is not correct for "+testCase.name, testCase…
H A Ddexpreopt_config_testing.go1229 android.AssertPathRelativeToTopEquals(t, "dir", expected.dir, imageConfig.dir)
1230 android.AssertPathRelativeToTopEquals(t, "symbolsDir", expected.symbolsDir, imageConfig.symbolsDir)
1236 android.AssertPathRelativeToTopEquals(t, "zip", expected.zip, imageConfig.zip)
1252 …android.AssertPathRelativeToTopEquals(t, "imagePathOnHost", expectedVariant.imagePathOnHost, varia…
H A Dplatform_bootclasspath_test.go207 …android.AssertPathRelativeToTopEquals(t, "install filepath", "out/soong/target/product/test_device…
H A Dtesting.go668 …android.AssertPathRelativeToTopEquals(t, "install filepath", installDir, info.ClasspathFragmentPro…
H A Dapp_import_test.go684 …android.AssertPathRelativeToTopEquals(t, testCase.errorMessage, testCase.expectedInstallPath, mod.…
H A Djava_test.go751 android.AssertPathRelativeToTopEquals(t, "baz dex jar build path", expectedDexJar, bazDexJar)
1913 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
H A Dapp_test.go2384 …android.AssertPathRelativeToTopEquals(t, "certificates key", test.expectedCertificate+".pk8", cert…
2387 …android.AssertPathRelativeToTopEquals(t, "certificates pem", test.expectedCertificate+".x509.pem",…
/aosp_15_r20/build/soong/sh/
H A Dsh_binary_test.go140 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
228 android.AssertPathRelativeToTopEquals(t, "relocation input", expectedInput, relocated.Input)
/aosp_15_r20/build/soong/android/
H A Dpaths_test.go1564AssertPathRelativeToTopEquals(t, "install path for soong", "out/soong/target/product/test_device/s…
1569AssertPathRelativeToTopEquals(t, "install path for make", "out/target/product/test_device/system/i…
1573 AssertPathRelativeToTopEquals(t, "output path", "out/soong/output/path", p)
1577 AssertPathRelativeToTopEquals(t, "source path", "source/path", p)
H A Drule_builder_test.go634 AssertPathRelativeToTopEquals(t, "Output", wantOutput, params.Output)
640 AssertPathRelativeToTopEquals(t, "Depfile", wantDepfile, params.Depfile)
H A Dtest_asserts.go65 func AssertPathRelativeToTopEquals(t *testing.T, message string, expected string, actual Path) { func
H A Dmodule_test.go1082 AssertPathRelativeToTopEquals(t, "expected output path", tt.expected, got)
/aosp_15_r20/build/soong/xml/
H A Dxml_test.go83 …android.AssertPathRelativeToTopEquals(t, "installDir", "out/soong/target/product/test_device/syste…
/aosp_15_r20/build/soong/cc/
H A Dobject_test.go148 android.AssertPathRelativeToTopEquals(t, "expected output file foo.o",
/aosp_15_r20/build/soong/python/
H A Dpython_test.go451 android.AssertPathRelativeToTopEquals(t, "srcsZip", expectedSrcsZip, base.srcsZip)
/aosp_15_r20/build/soong/apex/
H A Dbootclasspath_fragment_test.go721 android.AssertPathRelativeToTopEquals(t, name+" dex", expectedDexJar, dexJar)