Searched refs:GenPathWithExt (Results 1 – 6 of 6) sorted by relevance
/build/soong/cc/ |
D | gen.go | 72 headerFile := android.GenPathWithExt(ctx, "yacc", yaccFile, "h") 204 headerFile := android.GenPathWithExt(ctx, "windmc", srcFile, "h") 205 rcFile := android.GenPathWithExt(ctx, "windmc", srcFile, "rc") 270 cFile := android.GenPathWithExt(ctx, "yacc", srcFile, "c") 274 cppFile := android.GenPathWithExt(ctx, "yacc", srcFile, "cpp") 278 cFile := android.GenPathWithExt(ctx, "lex", srcFile, "c") 282 cppFile := android.GenPathWithExt(ctx, "lex", srcFile, "cpp")
|
D | proto.go | 34 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix) 35 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
|
/build/soong/java/ |
D | gen.go | 105 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
|
/build/soong/genrule/ |
D | genrule.go | 676 outFile := android.GenPathWithExt(ctx, finalSubDir, in, String(properties.Output_extension)) 682 shardFile := android.GenPathWithExt(ctx, genSubDir, in, String(properties.Output_extension))
|
/build/soong/sysprop/ |
D | sysprop_library.go | 86 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
|
/build/soong/android/ |
D | paths.go | 233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func
|