Searched refs:dataPaths (Results 1 – 7 of 7) sorted by relevance
39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()40 if len(dataPaths) != 1 {41 t.Errorf("expected exactly one test data file. test data files: [%v]", dataPaths)118 if len(testBinary.dataPaths()) != 2 {119 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths())123 dataLibraryPath := testBinary.dataPaths()[0].SrcPath.String()124 dataBinaryPath := testBinary.dataPaths()[1].SrcPath.String()180 if len(testBinary.dataPaths()) != 3 {181 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths())
82 func (test *testDecorator) dataPaths() []android.DataPath { func
314 if len(testBinary.dataPaths()) != 1 {315 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())320 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()368 if len(testBinary.dataPaths()) != 2 {369 t.Fatalf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())1419 if len(testBinary.dataPaths()) != 1 {1420 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())
193 func (test *testBinary) dataPaths() []android.DataPath { func
1788 dataPaths() []android.DataPath1790 return p.dataPaths()
581 for _, d := range fi.dataPaths {1150 for _, d := range f.dataPaths {
542 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA member1590 af.dataPaths = cc.DataPaths()