Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go148 TestAllowNonExistentPaths bool member
276 TestAllowNonExistentPaths: true,
Dpaths.go573 } else if !exists && !ctx.Config().TestAllowNonExistentPaths {
1031 } else if !exists && !ctx.Config().TestAllowNonExistentPaths {
Dtesting.go158 config.TestAllowNonExistentPaths = false