Searched refs:fileContexts (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | builder.go | 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… [all …]
|
D | apex.go | 1262 fileContexts android.WritablePath member
|