Lines Matching refs:fileContexts
239 var fileContexts android.Path
241 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts…
243 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts)
246 …if matched, err := path.Match("system/sepolicy/**/*", fileContexts.String()); err != nil || !match…
247 ctx.PropertyErrorf("file_contexts", "should be under system/sepolicy, but %q", fileContexts)
251 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
252 ctx.PropertyErrorf("file_contexts", "cannot find file_contexts file: %q", a.fileContexts)
261 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
269 a.fileContexts = output.OutputPath
515 …implicitInputs = append(implicitInputs, cannedFsConfig, a.fileContexts, a.private_key_file, a.publ…
595 "file_contexts": a.fileContexts.String(),
688 addFlattenedFileContextsInfos(ctx, apexBundleName+":"+devicePath+":"+a.fileContexts.String())