Searched refs:AssertStringPathRelativeToTopEquals (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/build/soong/sh/ |
H A D | sh_binary_test.go | 67 …android.AssertStringPathRelativeToTopEquals(t, "LOCAL_MODULE_PATH[0]", result.Config, expectedPath… 92 …android.AssertStringPathRelativeToTopEquals(t, "LOCAL_MODULE_PATH[0]", result.Config, expectedPath…
|
/aosp_15_r20/build/soong/android/ |
H A D | test_asserts.go | 79 func AssertStringPathRelativeToTopEquals(t *testing.T, message string, config Config, expected stri… func
|
H A D | paths_test.go | 1276 AssertStringPathRelativeToTopEquals(t, "src", result.Config, test.src, m.src) 1277 AssertStringPathRelativeToTopEquals(t, "rel", result.Config, test.rel, m.rel)
|