Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest_test.go39 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)
Dtest.go75 func (test *testDecorator) dataPaths() []android.DataPath { func
/build/soong/cc/
Dandroidmk.go367 dataPaths := []android.DataPath{}
369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
371 AndroidMkWriteTestData(dataPaths, entries)
Dtest.go184 func (test *testBinary) dataPaths() []android.DataPath { func
/build/soong/apex/
Dbuilder.go449 for _, d := range fi.dataPaths {
536 for _, d := range f.dataPaths {
Dandroidmk.go168 for _, path := range fi.dataPaths {
Dapex.go458 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA member
1410 af.dataPaths = cc.DataPaths()