Lines Matching refs:fileContexts
258 var fileContexts android.Path
260 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts…
262 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts)
265 …if matched, err := path.Match("system/sepolicy/**/*", fileContexts.String()); err != nil || !match…
266 ctx.PropertyErrorf("file_contexts", "should be under system/sepolicy, but %q", fileContexts)
269 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
270 ctx.PropertyErrorf("file_contexts", "cannot find file_contexts file: %q", fileContexts.String())
281 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
296 …"awk").Text(`'/object_r/{printf("` + apexPath + `%s\n", $0)}'`).Input(fileContexts).Text(">").Outp…
579 fileContexts := a.buildFileContexts(ctx)
580 implicitInputs = append(implicitInputs, fileContexts)
666 "file_contexts": fileContexts.String(),
850 a.fileContexts = a.buildFileContexts(ctx)