Searched refs:fileContexts (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | apex.go | 1354 fileContexts android.Path member 2242 …a.fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contex… 2244 a.fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts) 2246 …if matched, err := path.Match("system/sepolicy/**/*", a.fileContexts.String()); err != nil || !mat… 2247 ctx.PropertyErrorf("file_contexts", "should be under system/sepolicy, but %q", a.fileContexts) 2251 if !android.ExistentPathForSource(ctx, a.fileContexts.String()).Valid() { 2252 ctx.PropertyErrorf("file_contexts", "cannot find file_contexts file: %q", a.fileContexts)
|
D | builder.go | 452 …implicitInputs = append(implicitInputs, cannedFsConfig, a.fileContexts, a.private_key_file, a.publ… 532 "file_contexts": a.fileContexts.String(), 625 addFlattenedFileContextsInfos(ctx, apexBundleName+":"+devicePath+":"+a.fileContexts.String())
|