HomeSort by relevance Sort by last modified time
    Searched refs:privileged (Results 1 - 13 of 13) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java 48 protected void onReceiveWithPrivilege(Context context, Intent intent, boolean privileged) {
49 // If 'privileged' is false, it means that the intent was delivered to the base
53 if (!privileged && intent.getAction().equals(Intents.SMS_RECEIVED_ACTION)) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 39 protected void onReceiveWithPrivilege(Context context, Intent intent, boolean privileged) {
53 // If 'privileged' is false, it means that the intent was delivered to the base
57 if (privileged) {
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 128 if (pr_global_struct->deathmatch && !host_client->privileged)
146 if (pr_global_struct->deathmatch && !host_client->privileged)
166 if (pr_global_struct->deathmatch && !host_client->privileged)
198 if (pr_global_struct->deathmatch && !host_client->privileged)
979 if (cl->privileged)
981 cl->privileged = false;
987 cl->privileged = true;
999 if (cl->privileged)
1001 cl->privileged = false;
1007 cl->privileged = true
    [all...]
server.h 83 qboolean privileged; // can execute any host command member in struct:client_s
sv_user.cpp 530 if (host_client->privileged)
sv_main.cpp 277 client->privileged = IsID(&client->netconnection->addr);
279 client->privileged = false;
net_dgrm.cpp 117 if (pr_global_struct->deathmatch && !host_client->privileged)
    [all...]
  /external/mesa3d/docs/OLD/
MESA_trace.spec 64 that enjoys privileged access, or that they do not wish to separate
  /external/ppp/pppd/
pppd.h 121 #define OPT_PRIV 0x1000 /* privileged option */
226 extern int privileged; /* We were run by real-uid root */
675 int privileged));
679 int options_from_list __P((struct wordlist *, int privileged));
    [all...]
main.c 146 int privileged; /* we're running as real uid root */ variable
340 privileged = uid == 0;
369 privileged = 1;
406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
    [all...]
options.c 220 "Take options from a privileged file", OPT_NOPRINT },
357 privileged_option = privileged;
477 ret = options_from_file(path, 0, 1, privileged);
    [all...]
auth.c 386 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
458 * privgroup - allow members of the group to have privileged access.
474 privileged = 1;
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 233 One idea is to disallow not privileged user to allocate flow

Completed in 275 milliseconds