Searched refs:installSource (Results 1 – 5 of 5) sorted by relevance
/system/sepolicy/build/soong/ |
D | sepolicy_vers.go | 40 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
|
D | versioned_policy.go | 67 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
|
D | policy.go | 67 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
|
D | compat_cil.go | 38 installSource android.Path member 98 c.installSource = out 99 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 105 OutputFile: android.OptionalPathForPath(c.installSource),
|
D | cil_compat_map.go | 76 installSource android.Path member 157 c.installSource = out 159 c.installSource = bottomHalf 172 OutputFile: android.OptionalPathForPath(c.installSource), 187 return c.installSource
|