Home
last modified time | relevance | path

Searched refs:DataPath (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/python/
H A Dtest.go66 data []android.DataPath
88 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
94 test.data = append(test.data, android.DataPath{SrcPath: javaDataSrcPath})
/aosp12/build/soong/rust/
H A Dtest.go72 data []android.DataPath
75 func (test *testDecorator) dataPaths() []android.DataPath {
122 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
/aosp12/build/soong/cc/
H A Dtest.go184 func (test *testBinary) dataPaths() []android.DataPath {
330 data []android.DataPath
369 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
385 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
H A Dandroidmk.go172 func AndroidMkWriteTestData(data []android.DataPath, entries *android.AndroidMkEntries) { argument
367 dataPaths := []android.DataPath{}
369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
H A Dcc.go1575 func (c *Module) DataPaths() []android.DataPath {
1577 dataPaths() []android.DataPath
/aosp12/build/soong/apex/
H A Dandroidmk.go167 newDataPaths := []android.DataPath{}
H A Dapex.go458 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
/aosp12/build/soong/android/
H A Dandroidmk.go912 func AndroidMkDataPaths(data []DataPath) []string { argument
H A Dpaths.go2012 type DataPath struct { struct