Searched refs:GenPathWithExt (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/cc/ |
H A 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")
|
H A D | proto.go | 34 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix) 35 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
|
/aosp12/build/soong/java/ |
H A D | gen.go | 105 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
|
/aosp12/hardware/interfaces/compatibility_matrices/build/ |
H A D | vintf_compatibility_matrix.go | 99 return android.GenPathWithExt(ctx, "vintf-xmllint", path, "ts")
|
/aosp12/build/soong/genrule/ |
H A 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))
|
/aosp12/build/soong/sysprop/ |
H A D | sysprop_library.go | 86 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
|
/aosp12/build/soong/android/ |
H A D | paths.go | 233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func
|