Home
last modified time | relevance | path

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

/build/soong/cc/
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")
Dproto.go34 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix)
35 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
/build/soong/java/
Dgen.go105 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
/build/soong/genrule/
Dgenrule.go676 outFile := android.GenPathWithExt(ctx, finalSubDir, in, String(properties.Output_extension))
682 shardFile := android.GenPathWithExt(ctx, genSubDir, in, String(properties.Output_extension))
/build/soong/sysprop/
Dsysprop_library.go86 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
/build/soong/android/
Dpaths.go233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func