Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go303 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
304 …enPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath
315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
325 …rimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt string) ModuleGenPath {
1718 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1722 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath {
1786 type ModuleGenPath struct { struct
1790 func (p ModuleGenPath) RelativeToTop() Path { argument
1795 var _ Path = ModuleGenPath{}
1796 var _ WritablePath = ModuleGenPath{}
[all …]
H A Dproto.go39 Dir ModuleGenPath
40 SubDir ModuleGenPath
H A Dinit.go22 gob.Register(ModuleGenPath{})
/aosp_15_r20/build/soong/cc/
H A Dndk_library.go124 versionScriptPath android.ModuleGenPath
254 stubSrc android.ModuleGenPath
255 versionScript android.ModuleGenPath
256 symbolList android.ModuleGenPath
H A Dgen.go63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
166 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
H A Dproto.go33 var ccFile, headerFile android.ModuleGenPath
/aosp_15_r20/system/tools/aidl/build/
Daidl_gen_rule.go117 genOutDir android.ModuleGenPath
118 genHeaderDir android.ModuleGenPath