Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dtest_config.go64 TestAllowNonExistentPaths: true,
H A Dpaths.go863 } else if !exists && !input.context.Config().TestAllowNonExistentPaths {
1348 } else if !exists && !ctx.Config().TestAllowNonExistentPaths {
H A Dtesting.go180 config.TestAllowNonExistentPaths = false
H A Dconfig.go359 TestAllowNonExistentPaths bool member