Searched refs:SrcPath (Results 1 – 11 of 11) sorted by relevance
/aosp12/build/soong/python/ |
H A D | test.go | 88 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 D | hooks.go | 123 SrcPath() Path 145 func (x *installHookContext) SrcPath() Path { func
|
H A D | androidmk.go | 915 rel := d.SrcPath.Rel() 916 path := d.SrcPath.String()
|
H A D | paths.go | 2014 SrcPath Path member
|
/aosp12/build/soong/apex/ |
H A D | builder.go | 451 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 D | androidmk.go | 169 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
|
/aosp12/build/soong/rust/ |
H A D | test.go | 122 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})
|
/aosp12/build/soong/cc/ |
H A D | test.go | 369 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath}) 385 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
|
H A D | androidmk.go | 369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
|
H A D | cc_test.go | 821 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()
|
/aosp12/art/build/ |
H A D | art.go | 317 src := ctx.SrcPath().String()
|