Searched refs:kytheFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/rust/ |
D | binary.go | 150 ret.kytheFile = TransformSrcToBinary(ctx, crateRootPath, deps, flags, outputFile).kytheFile
|
D | library.go | 610 ret.kytheFile = TransformSrctoRlib(ctx, crateRootPath, deps, flags, outputFile).kytheFile 612 ret.kytheFile = TransformSrctoDylib(ctx, crateRootPath, deps, flags, outputFile).kytheFile 614 ret.kytheFile = TransformSrctoStatic(ctx, crateRootPath, deps, flags, outputFile).kytheFile 616 ret.kytheFile = TransformSrctoShared(ctx, crateRootPath, deps, flags, outputFile).kytheFile
|
D | builder.go | 117 kytheFile android.Path member 490 kytheFile := android.PathForModuleOut(ctx, outputFile.Base()+".kzip") 494 Output: kytheFile, 507 output.kytheFile = kytheFile
|
D | rust.go | 949 if buildOutput.kytheFile != nil { 950 mod.kytheFiles = append(mod.kytheFiles, buildOutput.kytheFile)
|
/build/soong/cc/ |
D | builder.go | 668 kytheFile := android.ObjPathWithExt(ctx, subdir, srcFile, "kzip") 672 Output: kytheFile, 680 kytheFiles = append(kytheFiles, kytheFile)
|