Searched refs:pathForModuleOut (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/system/sepolicy/build/soong/ |
H A D | selinux_contexts.go | 277 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 D | policy.go | 241 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 D | sepolicy_neverallow.go | 112 n.testTimestamp = pathForModuleOut(ctx, "timestamp") 152 binaryPolicy := pathForModuleOut(ctx, "policy")
|
H A D | selinux.go | 37 func pathForModuleOut(ctx android.ModuleContext, paths ...string) android.OutputPath { func
|
H A D | versioned_policy.go | 105 out := pathForModuleOut(ctx, stem)
|
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 1768 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { func 1780 OutputPath: pathForModuleOut(ctx).withRel(p), 1809 OutputPath: pathForModuleOut(ctx).withRel("gen").withRel(p),
|