Home
last modified time | relevance | path

Searched refs:pathForModuleOut (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/sepolicy/build/soong/
H A Dselinux_contexts.go277 builtContext := pathForModuleOut(ctx, ctx.ModuleName()+"_m4out")
281 newlineFile := pathForModuleOut(ctx, "newline")
304 remove_comment_output := pathForModuleOut(ctx, ctx.ModuleName()+"_remove_comment")
317 sorted_output := pathForModuleOut(ctx, ctx.ModuleName()+"_sorted")
327 ret := pathForModuleOut(ctx, m.stem())
409 out := pathForModuleOut(ctx, ctx.ModuleName()+"_namespace_checked")
439 out := pathForModuleOut(ctx, ctx.ModuleName()+"_api_checked")
473 neverallowFile := pathForModuleOut(ctx, "neverallow")
474 ret := pathForModuleOut(ctx, "checkseapp", m.stem())
478 m4NeverallowFile := pathForModuleOut(ctx, "neverallow.m4out")
[all …]
H A Dpolicy.go241 conf := pathForModuleOut(ctx, c.stem())
368 cil := pathForModuleOut(ctx, c.stem())
517 bin := pathForModuleOut(ctx, c.stem()+"_policy")
535 permissiveDomains := pathForModuleOut(ctx, c.stem()+"_permissive")
565 out := pathForModuleOut(ctx, c.stem())
H A Dsepolicy_neverallow.go112 n.testTimestamp = pathForModuleOut(ctx, "timestamp")
152 binaryPolicy := pathForModuleOut(ctx, "policy")
H A Dselinux.go37 func pathForModuleOut(ctx android.ModuleContext, paths ...string) android.OutputPath { func
H A Dversioned_policy.go105 out := pathForModuleOut(ctx, stem)
/aosp_15_r20/build/soong/android/
H A Dpaths.go1768 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { func
1780 OutputPath: pathForModuleOut(ctx).withRel(p),
1809 OutputPath: pathForModuleOut(ctx).withRel("gen").withRel(p),