Home
last modified time | relevance | path

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

/system/tools/xsdc/build/
Dxsdc.go90 genOutputDir android.Path member
137 return android.Paths{module.genOutputDir}
236 module.genOutputDir = android.PathForModuleGen(ctx, "cpp", "include")
/system/tools/hidl/build/
Dhidl_interface.go224 genOutputDir android.Path member
233 g.genOutputDir = android.PathForModuleGen(ctx)
335 "genDir": g.genOutputDir.String(),
356 return android.Paths{g.genOutputDir}
387 genOutputDir android.Path member
397 g.genOutputDir = android.PathForModuleGen(ctx)
401 g.genInputDir = specs.genOutputDir
418 "genDir": g.genOutputDir.String(),
437 return android.Paths{g.genOutputDir}