Home
last modified time | relevance | path

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

/build/soong/cc/
Dgen.go66 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")
Dproto.go39 ccFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb"+srcSuffix)
40 headerFile = android.GenPathWithExt(ctx, "proto", protoFile, "pb.h")
/build/soong/java/
Dgen.go101 javaFile := android.GenPathWithExt(ctx, "logtags", logtagsFile, "java")
/build/soong/sysprop/
Dsysprop_library.go102 srcJarFile := android.GenPathWithExt(ctx, "sysprop", syspropFile, "srcjar")
/build/soong/android/
Dpaths.go292 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { func