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: [%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())
Dtest.go82 func (test *testDecorator) dataPaths() []android.DataPath { func
/build/soong/cc/
Dcc_test.go314 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())
Dtest.go193 func (test *testBinary) dataPaths() []android.DataPath { func
Dcc.go1788 dataPaths() []android.DataPath
1790 return p.dataPaths()
/build/soong/apex/
Dbuilder.go581 for _, d := range fi.dataPaths {
1150 for _, d := range f.dataPaths {
Dapex.go542 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA member
1590 af.dataPaths = cc.DataPaths()