Searched refs:SrcPath (Results 1 – 7 of 7) sorted by relevance
123 SrcPath() Path methodSpec145 func (x *installHookContext) SrcPath() Path { func
1566 SrcPath Path member
406 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()))
126 dataOutPath := modulePath + ":" + path.SrcPath.Rel()
155 rel := d.SrcPath.Rel()156 path := d.SrcPath.String()366 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
345 test.data = append(test.data, android.DataPath{SrcPath: dataSrcPath})361 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
567 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()