Home | History | Annotate | Download | only in cc

Lines Matching refs:srcFile

364 	for i, srcFile := range srcFiles {
365 objFile := android.ObjPathWithExt(ctx, subdir, srcFile, "o")
369 switch srcFile.Ext() {
373 Description: "yasm " + srcFile.Rel(),
375 Input: srcFile,
386 Description: "windres " + srcFile.Rel(),
388 Input: srcFile,
407 switch srcFile.Ext() {
426 ctx.ModuleErrorf("File %s has unknown extension", srcFile)
436 gcnoFile := android.ObjPathWithExt(ctx, subdir, srcFile, "gcno")
443 Description: ccDesc + " " + srcFile.Rel(),
446 Input: srcFile,
456 tidyFile := android.ObjPathWithExt(ctx, subdir, srcFile, "tidy")
461 Description: "clang-tidy " + srcFile.Rel(),
463 Input: srcFile,
475 sAbiDumpFile := android.ObjPathWithExt(ctx, subdir, srcFile, "sdump")
480 Description: "header-abi-dumper " + srcFile.Rel(),
482 Input: srcFile,