Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go168 func (test *testBinary) dataPaths() []android.DataPath {
313 data []android.DataPath
345 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
361 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
Dandroidmk.go152 func AndroidMkDataPaths(data []android.DataPath) []string { argument
170 func androidMkWriteTestData(data []android.DataPath, ctx AndroidMkContext, entries *android.Android… argument
364 dataPaths := []android.DataPath{}
366 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
Dcc.go1404 func (c *Module) DataPaths() []android.DataPath {
1406 dataPaths() []android.DataPath
/build/soong/apex/
Dandroidmk.go124 newDataPaths := []android.DataPath{}
Dapex.go1165 dataPaths []android.DataPath
/build/soong/android/
Dpaths.go1564 type DataPath struct { struct