Searched refs:installSource (Results 1 – 6 of 6) sorted by relevance
/system/sepolicy/build/soong/ |
D | versioned_policy.go | 67 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
|
D | sepolicy_vers.go | 40 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
|
D | cil_compat_map.go | 76 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
|
D | bug_map.go | 38 installSource android.Path member 73 b.installSource = out 74 ctx.InstallFile(b.installPath, b.stem(), b.installSource) 80 OutputFile: android.OptionalPathForPath(b.installSource),
|
D | policy.go | 100 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 …]
|
D | compat_cil.go | 46 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
|