Home
last modified time | relevance | path

Searched refs:fileContexts (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dbuilder.go239 var fileContexts android.Path
241fileContexts = 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…
[all …]
Dapex.go1262 fileContexts android.WritablePath member