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") 190 headerFile := android.GenPathWithExt(ctx, "windmc", srcFile, "h") 191 rcFile := android.GenPathWithExt(ctx, "windmc", srcFile, "rc") 228 cFile := android.GenPathWithExt(ctx, "yacc", srcFile, "c") 232 cppFile := android.GenPathWithExt(ctx, "yacc", srcFile, "cpp") 236 cFile := android.GenPathWithExt(ctx, "lex", srcFile, "c") 240 cppFile := android.GenPathWithExt(ctx, "lex", srcFile, "cpp") 251 cppFile := android.GenPathWithExt(ctx, "aidl", srcFile, "cpp") 252 depFile := android.GenPathWithExt(ctx, "aidl", srcFile, "cpp.d")
|
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 | 108 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
|
/build/soong/genrule/ |
D | genrule.go | 624 outFile := android.GenPathWithExt(ctx, "gensrcs", in, String(properties.Output_extension)) 628 … shardFile := android.GenPathWithExt(ctx, strconv.Itoa(i), in, String(properties.Output_extension))
|
/build/soong/sysprop/ |
D | sysprop_library.go | 84 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
|
/build/soong/android/ |
D | paths.go | 154 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath { func
|