Searched refs:GenPathWithExt (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | gen.go | 66 headerFile := android.GenPathWithExt(ctx, "yacc", yaccFile, "h") 266 cFile := android.GenPathWithExt(ctx, "yacc", srcFile, "c") 271 cppFile := android.GenPathWithExt(ctx, "yacc", srcFile, "cpp") 276 cFile := android.GenPathWithExt(ctx, "lex", srcFile, "c") 281 cppFile := android.GenPathWithExt(ctx, "lex", srcFile, "cpp")
|
D | proto.go | 39 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix) 40 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
|
/build/soong/java/ |
D | gen.go | 101 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
|
/build/soong/sysprop/ |
D | sysprop_library.go | 102 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
|
/build/soong/android/ |
D | paths.go | 292 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func
|