Home
last modified time | relevance | path

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

/aosp12/build/soong/python/
H A Dtest.go88 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
94 test.data = append(test.data, android.DataPath{SrcPath: javaDataSrcPath})
/aosp12/build/soong/android/
H A Dhooks.go123 SrcPath() Path
145 func (x *installHookContext) SrcPath() Path { func
H A Dandroidmk.go915 rel := d.SrcPath.Rel()
916 path := d.SrcPath.String()
H A Dpaths.go2014 SrcPath Path member
/aosp12/build/soong/apex/
H A Dbuilder.go451 relPath := d.SrcPath.Rel()
452 dataPath := d.SrcPath.String()
459 copyCommands = append(copyCommands, "cp -f "+d.SrcPath.String()+" "+dataDest)
460 implicitInputs = append(implicitInputs, d.SrcPath)
537 …yPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath.Rel()))
H A Dandroidmk.go169 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
/aosp12/build/soong/rust/
H A Dtest.go122 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
/aosp12/build/soong/cc/
H A Dtest.go369 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
385 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
H A Dandroidmk.go369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
H A Dcc_test.go821 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()
/aosp12/art/build/
H A Dart.go317 src := ctx.SrcPath().String()