Home
last modified time | relevance | path

Searched refs:GenPathWithExt (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/cc/
H A Dgen.go72 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 Dproto.go34 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix)
35 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
/aosp12/build/soong/java/
H A Dgen.go105 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
/aosp12/hardware/interfaces/compatibility_matrices/build/
H A Dvintf_compatibility_matrix.go99 return android.GenPathWithExt(ctx, "vintf-xmllint", path, "ts")
/aosp12/build/soong/genrule/
H A Dgenrule.go676 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 Dsysprop_library.go86 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
/aosp12/build/soong/android/
H A Dpaths.go233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func