Home
last modified time | relevance | path

Searched refs:GenPathWithExtAndTrimExt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go812 …outFile := android.GenPathWithExtAndTrimExt(ctx, finalSubDir, in, String(properties.Output_extensi…
818 …shardFile := android.GenPathWithExtAndTrimExt(ctx, genSubDir, in, String(properties.Output_extensi…
/aosp_15_r20/build/soong/android/
H A Dpaths.go325 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt … func