Home
last modified time | relevance | path

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

/build/soong/android/
Dtest_config.go64 TestAllowNonExistentPaths: true,
Dpaths.go871 } else if !exists && !input.context.Config().TestAllowNonExistentPaths {
1356 } else if !exists && !ctx.Config().TestAllowNonExistentPaths {
Dtesting.go180 config.TestAllowNonExistentPaths = false
Dconfig.go374 TestAllowNonExistentPaths bool member