Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go166 TestAllowNonExistentPaths bool member
376 TestAllowNonExistentPaths: true,
Dpaths.go666 } else if !exists && !input.context.Config().TestAllowNonExistentPaths {
1131 } else if !exists && !ctx.Config().TestAllowNonExistentPaths {
Dtesting.go170 config.TestAllowNonExistentPaths = false