Searched refs:OnceSourcePath (Results 1 – 2 of 2) sorted by relevance
238 return ctx.Config().OnceSourcePath(key, func() android.SourcePath {247 return ctx.Config().OnceSourcePath(javaToolchainKey, func() android.SourcePath {255 return ctx.Config().OnceSourcePath(javaHomeKey, func() android.SourcePath {
104 func (once *OncePer) OnceSourcePath(key OnceKey, value func() SourcePath) SourcePath { func