Home
last modified time | relevance | path

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

/build/soong/cc/
Dandroidmk.go364 dataPaths := []android.DataPath{}
366 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
368 androidMkWriteTestData(dataPaths, ctx, entries)
Dcc_test.go561 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())
Dtest.go168 func (test *testBinary) dataPaths() []android.DataPath { func
Dcc.go1406 dataPaths() []android.DataPath
1408 return p.dataPaths()
/build/soong/apex/
Dandroidmk.go125 for _, path := range fi.dataPaths {
Dbuilder.go404 for _, d := range fi.dataPaths {
475 for _, d := range f.dataPaths {
Dapex.go1165 dataPaths []android.DataPath member
1658 af.dataPaths = cc.DataPaths()