Searched refs:installPath (Results 1 – 2 of 2) sorted by relevance
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 77 installPath android.InstallPath member 125 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux", "mapping") 176 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", c.installPath.ToMakePath().String())
|
D | selinux_contexts.go | 80 installPath android.InstallPath member 132 m.installPath = android.PathForModuleInstall(ctx) 134 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux") 142 ctx.InstallFile(m.installPath, m.Name(), m.outputPath) 184 ctx.InstallFile(m.installPath, ctx.ModuleName(), m.outputPath) 233 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", m.installPath.ToMakePath().String())
|