Home
last modified time | relevance | path

Searched refs:installPath (Results 1 – 8 of 8) sorted by relevance

/system/sepolicy/build/soong/
Dversioned_policy.go68 installPath android.InstallPath member
161 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
163 m.installPath = m.installPath.Join(ctx, subdir)
165 ctx.InstallFile(m.installPath, m.installSource.Base(), m.installSource)
175 entries.SetPath("LOCAL_MODULE_PATH", m.installPath)
Dbug_map.go39 installPath android.InstallPath member
72 b.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
74 ctx.InstallFile(b.installPath, b.stem(), b.installSource)
83 entries.SetPath("LOCAL_MODULE_PATH", b.installPath)
Dsepolicy_vers.go41 installPath android.InstallPath member
89 v.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
91 ctx.InstallFile(v.installPath, v.stem(), v.installSource)
100 entries.SetPath("LOCAL_MODULE_PATH", v.installPath)
Dpolicy.go101 installPath android.InstallPath member
256 c.installPath = android.PathForModuleInstall(ctx, "etc")
257 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
267 entries.SetPath("LOCAL_MODULE_PATH", c.installPath)
322 installPath android.InstallPath member
415 c.installPath = android.PathForModuleInstall(ctx)
417 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
420 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
430 entries.SetPath("LOCAL_MODULE_PATH", c.installPath)
470 installPath android.InstallPath member
[all …]
Dmac_permissions.go55 installPath android.InstallPath member
117 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
118 ctx.InstallFile(m.installPath, m.stem(), m.outputPath)
127 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", m.installPath.String())
Dcil_compat_map.go77 installPath android.InstallPath member
101 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux", "mapping")
151 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", c.installPath.String())
Dcompat_cil.go47 installPath android.InstallPath member
80 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux", "mapping")
82 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
91 entries.SetPath("LOCAL_MODULE_PATH", c.installPath)
Dselinux_contexts.go79 installPath android.InstallPath member
144 m.installPath = android.PathForModuleInstall(ctx)
146 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux")
154 ctx.InstallFile(m.installPath, m.stem(), m.outputPath)
160 ctx.InstallFile(m.installPath, m.stem(), m.outputPath)
202 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", m.installPath.String())