Searched refs:dataPaths (Results 1 – 7 of 7) sorted by relevance
364 dataPaths := []android.DataPath{}366 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})368 androidMkWriteTestData(dataPaths, ctx, entries)
561 if len(testBinary.dataPaths()) != 1 {562 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())567 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()610 if len(testBinary.dataPaths()) != 1 {611 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())2999 if len(testBinary.dataPaths()) != 1 {3000 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())
168 func (test *testBinary) dataPaths() []android.DataPath { func
1406 dataPaths() []android.DataPath1408 return p.dataPaths()
125 for _, path := range fi.dataPaths {
404 for _, d := range fi.dataPaths {475 for _, d := range f.dataPaths {
1165 dataPaths []android.DataPath member1658 af.dataPaths = cc.DataPaths()