Home
last modified time | relevance | path

Searched refs:installSource (Results 1 – 6 of 6) sorted by relevance

/system/sepolicy/build/soong/
Dversioned_policy.go67 installSource android.Path member
160 m.installSource = out
165 ctx.InstallFile(m.installPath, m.installSource.Base(), m.installSource)
170 OutputFile: android.OptionalPathForPath(m.installSource),
176 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", m.installSource.Base())
184 return android.Paths{m.installSource}, nil
Dsepolicy_vers.go40 installSource android.Path member
90 v.installSource = out
91 ctx.InstallFile(v.installPath, v.stem(), v.installSource)
97 OutputFile: android.OptionalPathForPath(v.installSource),
109 return android.Paths{v.installSource}, nil
Dcil_compat_map.go76 installSource android.Path member
133 c.installSource = out
135 c.installSource = bottomHalf
147 OutputFile: android.OptionalPathForPath(c.installSource),
163 return c.installSource
168 return android.Paths{c.installSource}, nil
Dbug_map.go38 installSource android.Path member
73 b.installSource = out
74 ctx.InstallFile(b.installPath, b.stem(), b.installSource)
80 OutputFile: android.OptionalPathForPath(b.installSource),
Dpolicy.go100 installSource android.Path member
255 c.installSource = c.transformPolicyToConf(ctx)
257 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
262 OutputFile: android.OptionalPathForPath(c.installSource),
276 return android.Paths{c.installSource}, nil
321 installSource android.Path member
419 c.installSource = cil
420 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
425 OutputFile: android.OptionalPathForPath(c.installSource),
439 return android.Paths{c.installSource}, nil
[all …]
Dcompat_cil.go46 installSource android.Path member
81 c.installSource = out
82 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
88 OutputFile: android.OptionalPathForPath(c.installSource),
101 return android.Paths{c.installSource}, nil