Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler_test.go13 bazelContext, _ := testBazelContext(t, map[bazelCommand]string{
33 bazelContext, baseDir := testBazelContext(t, map[bazelCommand]string{})
58 bazelContext, _ := testBazelContext(t, map[bazelCommand]string{
101 func testBazelContext(t *testing.T, bazelCommandResults map[bazelCommand]string) (*bazelContext, st… func