Home
last modified time | relevance | path

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

/system/tools/xsdc/build/
Dxsdc.go68 genOutputDir android.Path member
110 return android.Paths{module.genOutputDir}
149 module.genOutputDir = android.PathForModuleGen(ctx, "cpp", "include")
/system/tools/hidl/build/
Dhidl_interface.go85 genOutputDir android.Path member
94 g.genOutputDir = android.PathForModuleGen(ctx)
147 "genDir": g.genOutputDir.String(),
168 return android.Paths{g.genOutputDir}
197 genOutputDir android.Path member
207 g.genOutputDir = android.PathForModuleGen(ctx)
211 g.genInputDir = specs.genOutputDir
228 "genDir": g.genOutputDir.String(),
247 return android.Paths{g.genOutputDir}