Home
last modified time | relevance | path

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

/build/soong/android/
Dhooks.go123 SrcPath() Path methodSpec
145 func (x *installHookContext) SrcPath() Path { func
Dpaths.go1566 SrcPath Path member
/build/soong/apex/
Dbuilder.go406 relPath := d.SrcPath.Rel()
407 dataPath := d.SrcPath.String()
414 copyCommands = append(copyCommands, "cp -f "+d.SrcPath.String()+" "+dataDest)
415 implicitInputs = append(implicitInputs, d.SrcPath)
476 …yPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath.Rel()))
Dandroidmk.go126 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
/build/soong/cc/
Dandroidmk.go155 rel := d.SrcPath.Rel()
156 path := d.SrcPath.String()
366 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
Dtest.go345 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
361 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
Dcc_test.go567 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()