Home
last modified time | relevance | path

Searched refs:kytheFile (Results 1 – 5 of 5) sorted by relevance

/build/soong/rust/
Dbinary.go150 ret.kytheFile = TransformSrcToBinary(ctx, crateRootPath, deps, flags, outputFile).kytheFile
Dlibrary.go610 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
Dbuilder.go117 kytheFile android.Path member
490 kytheFile := android.PathForModuleOut(ctx, outputFile.Base()+".kzip")
494 Output: kytheFile,
507 output.kytheFile = kytheFile
Drust.go949 if buildOutput.kytheFile != nil {
950 mod.kytheFiles = append(mod.kytheFiles, buildOutput.kytheFile)
/build/soong/cc/
Dbuilder.go668 kytheFile := android.ObjPathWithExt(ctx, subdir, srcFile, "kzip")
672 Output: kytheFile,
680 kytheFiles = append(kytheFiles, kytheFile)