Home
last modified time | relevance | path

Searched refs:IntermPathForModuleOut (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/python/
H A Dbinary.go80 IntermPathForModuleOut() android.OptionalPath methodSpec
125 launcherPath = provider.IntermPathForModuleOut()
H A Dpython.go664 optionalLauncher := dep.IntermPathForModuleOut()
674 optionalPath := dep.IntermPathForModuleOut()
/aosp_15_r20/build/soong/cc/
H A Dcc.go3540 func (c *Module) IntermPathForModuleOut() android.OptionalPath { func