Searched refs:AssertStringPathRelativeToTopEquals (Results 1 – 3 of 3) sorted by relevance
/build/soong/sh/ |
D | sh_binary_test.go | 58 …android.AssertStringPathRelativeToTopEquals(t, "LOCAL_MODULE_PATH[0]", config, expectedPath, actua… 80 …android.AssertStringPathRelativeToTopEquals(t, "LOCAL_MODULE_PATH[0]", config, expectedPath, actua…
|
/build/soong/android/ |
D | test_asserts.go | 78 func AssertStringPathRelativeToTopEquals(t *testing.T, message string, config Config, expected stri… func
|
D | paths_test.go | 1173 AssertStringPathRelativeToTopEquals(t, "src", result.Config, test.src, m.src) 1174 AssertStringPathRelativeToTopEquals(t, "rel", result.Config, test.rel, m.rel)
|