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: [%s]", dataPaths)
75 func (test *testDecorator) dataPaths() []android.DataPath { func
367 dataPaths := []android.DataPath{}369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})371 AndroidMkWriteTestData(dataPaths, entries)
184 func (test *testBinary) dataPaths() []android.DataPath { func
449 for _, d := range fi.dataPaths {536 for _, d := range f.dataPaths {
168 for _, path := range fi.dataPaths {
458 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA member1410 af.dataPaths = cc.DataPaths()