Home
last modified time | relevance | path

Searched refs:File_contexts (Results 1 – 3 of 3) sorted by relevance

/build/soong/filesystem/
Dfilesystem.go74 File_contexts *string `android:"path"` member
268 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts)))
320 if proptools.String(f.properties.File_contexts) != "" {
343 if proptools.String(f.properties.File_contexts) != "" {
/build/soong/apex/
Dbuilder.go259 if a.properties.File_contexts == nil {
262 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts)
Dapex.go96 File_contexts *string `android:"path"` member