HomeSort by relevance Sort by last modified time
    Searched full:denied (Results 101 - 125 of 1168) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/selinux/libselinux/src/
avc.c 698 access_vector_t denied, audited; local
700 denied = requested & ~avd->allowed;
701 if (denied)
702 audited = denied & avd->auditdeny;
704 audited = denied = requested;
716 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted");
727 if (denied)
757 access_vector_t denied; local
811 denied = requested & ~(ae->avd.allowed)
    [all...]
  /external/ltp/testcases/kernel/syscalls/statfs/
statfs03.c 27 * search permission is denied for a component of the path prefix of path.
31 * is denied for a component of the path prefix of path.
  /external/ltp/tools/pounder21/test_scripts/
bonnie++ 37 OLD_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
75 NEW_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
cpufreq 54 OLD_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
103 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
ide_cdrom_copy 35 OLD_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
82 NEW_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
nfs 41 OLD_ERRORS=`egrep -ic "(err|fail|cannot|invalid|denied)" $LOGFILE`
82 NEW_ERRORS=`egrep -ic "(err|fail|cannot|invalid|denied)" $LOGFILE`
  /external/python/cpython2/Doc/library/
bastion.rst 41 function; if the access is denied an :exc:`AttributeError` exception will be
46 if *filter* returns false, the access is denied. The default filter denies
  /external/selinux/python/sepolicy/
test_sepolicy.py 11 self.assert_('Permission denied' in err,
12 '"Permission denied" not found in %r' % err)
  /frameworks/wilhelm/src/android/
CallbackProtector.cpp 73 SL_LOGV("Callback protector denied callback entry by thread %p tid %d during destroy"
78 SL_LOGV("Callback protector denied callback entry during destroy");
  /libcore/ojluni/src/main/java/java/security/
GuardedObject.java 74 * to the guarded object is denied by the guard.
79 * denied.
  /packages/apps/Messaging/src/com/android/messaging/ui/
PermissionCheckActivity.java 115 // automatically denied. This can happen if the user had previously denied it
  /packages/apps/Tag/res/values/
strings.xml 55 <!-- Description string for CALL_PHONE permission denied -->
58 <!-- Description string for READ_EXTERNAL_STORAGE permission denied -->
  /prebuilts/go/darwin-x86/src/os/
error.go 15 ErrPermission = errors.New("permission denied")
80 // report that permission is denied. It is satisfied by ErrPermission as well
  /prebuilts/go/linux-x86/src/os/
error.go 15 ErrPermission = errors.New("permission denied")
80 // report that permission is denied. It is satisfied by ErrPermission as well
  /art/runtime/
hidden_api.h 67 // Indicates if access was denied to the member, instead of just printing a warning.
191 // Returns true if access to `member` should be denied to the caller of the
207 // causing a race. We only do that if access has not been denied, so the race
235 // Returns true if access to `member` should be denied to a caller loaded with
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/res/values/
strings.xml 17 <string name="hello_phone_activity_main">Happy equals approved, sad equals denied.\n\nTo see results or request permissions, click on the buttons above.</string>
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/res/values/
strings.xml 17 <string name="hello_phone_activity_main">Happy equals approved, sad equals denied.\n\nTo see results or request permissions, click on the buttons above.</string>
  /development/samples/browseable/RuntimePermissions/res/values/
strings.xml 12 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
  /development/samples/browseable/RuntimePermissionsWear/Application/res/values/
strings.xml 17 <string name="hello_phone_activity_main">Happy equals approved, sad equals denied.\n\nTo see results or request permissions, click on the buttons above.</string>
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 12 N_( "Permission denied"),
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_trace_options.sh 45 # So here check it to avoid 'Permision denied'
  /external/ltp/testcases/network/tcp_cmds/ssh/
ssh01_s1 57 -re "Permission denied (.*)\." {
ssh02_s1 58 -re "Permission denied (.*)\." {
ssh03_s1 54 -re "Permission denied (.*)\." {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
assertions.xml 15 mq_unlink() fails with EACCES if permission is denied to unlink the named message queue.

Completed in 1132 milliseconds

1 2 3 45 6 7 8 91011>>