Home
last modified time | relevance | path

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

/system/sepolicy/build/soong/
Dsepolicy_vers.go40 installSource android.Path member
86 v.installSource = out
87 ctx.InstallFile(v.installPath, v.stem(), v.installSource)
97 OutputFile: android.OptionalPathForPath(v.installSource),
109 return android.Paths{v.installSource}, nil
Dversioned_policy.go67 installSource android.Path member
154 m.installSource = out
159 ctx.InstallFile(m.installPath, m.installSource.Base(), m.installSource)
168 OutputFile: android.OptionalPathForPath(m.installSource),
174 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", m.installSource.Base())
182 return android.Paths{m.installSource}, nil
Dpolicy.go67 installSource android.Path member
178 c.installSource = c.transformPolicyToConf(ctx)
180 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
189 OutputFile: android.OptionalPathForPath(c.installSource),
203 return android.Paths{c.installSource}, nil
244 installSource android.Path member
334 c.installSource = cil
335 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
344 OutputFile: android.OptionalPathForPath(c.installSource),
358 return android.Paths{c.installSource}, nil
Dcompat_cil.go38 installSource android.Path member
98 c.installSource = out
99 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
105 OutputFile: android.OptionalPathForPath(c.installSource),
Dcil_compat_map.go76 installSource android.Path member
157 c.installSource = out
159 c.installSource = bottomHalf
172 OutputFile: android.OptionalPathForPath(c.installSource),
187 return c.installSource