Home
last modified time | relevance | path

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

/build/soong/java/config/
Dconfig.go238 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 {
/build/soong/android/
Donceper.go104 func (once *OncePer) OnceSourcePath(key OnceKey, value func() SourcePath) SourcePath { func