Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dpaths.go222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
1421 type ModuleGenPath struct { struct
1425 func (p ModuleGenPath) RelativeToTop() Path {
1430 var _ Path = ModuleGenPath{}
1431 var _ WritablePath = ModuleGenPath{}
1432 var _ genPathProvider = ModuleGenPath{}
1433 var _ objPathProvider = ModuleGenPath{}
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1442 return ModuleGenPath{
[all …]
H A Dproto.go35 Dir ModuleGenPath
36 SubDir ModuleGenPath
/aosp12/system/tools/aidl/build/
H A Daidl_gen_rule.go92 genOutDir android.ModuleGenPath
93 genHeaderDir android.ModuleGenPath
/aosp12/build/soong/cc/
H A Dndk_library.go89 versionScriptPath android.ModuleGenPath
207 …Context, flags Flags, symbolFile, apiLevel, genstubFlags string) (Objects, android.ModuleGenPath) {
H A Dgen.go69 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { argument
164 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *… argument
H A Dproto.go26 var ccFile, headerFile android.ModuleGenPath
H A Dlibrary.go1429 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim… argument