Searched refs:privAppAllowlist (Results 1 – 2 of 2) sorted by relevance
207 privAppAllowlist android.OptionalPath member231 return a.privAppAllowlist925 a.privAppAllowlist = android.OptionalPathForPath(allowlist)931 if a.privAppAllowlist.Valid() {934 ctx.InstallFile(allowlistInstallPath, allowlistInstallFilename, a.privAppAllowlist.Path())
1764 …privAppAllowlist := newApexFile(ctx, allowlist.Path(), aapp.BaseModuleName()+"_privapp", dirInApex…1765 apexFiles = append(apexFiles, privAppAllowlist)