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