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