/system/core/libnetutils/ |
dhcpclient.c | 516 printerr("configuration request denied\n");
|
/system/sepolicy/prebuilts/api/26.0/public/ |
init.te | 338 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
init.te | 343 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
init.te | 414 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/public/ |
init.te | 414 # generated when an attempt to set a property is denied by policy.
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_power_test_utils.py | 223 if 'Permission denied' in cmd_out:
|
/development/tools/logblame/ |
sample.txt | 6 type=1400 audit(0.0:1021): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 144 type=1400 audit(0.0:1022): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 156 type=1400 audit(0.0:1023): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 163 type=1400 audit(0.0:1024): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 166 type=1400 audit(0.0:1025): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 175 type=1400 audit(0.0:1026): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 181 type=1400 audit(0.0:1029): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 188 type=1400 audit(0.0:1030): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 191 type=1400 audit(0.0:1031): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=dir permissive=0 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_os.py | 109 # and see if it raises a 'Permission denied' OSError. If it does, then
125 # OSError(), 'args' will be (13, 'Permission denied') in both
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
PosixFileSystem.c | 109 @retval EFI_ACCESS_DENIED The service denied access to the file. 353 @retval EFI_ACCESS_DENIED The service denied access to the file. [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ShellProtocol.h | 335 @retval EFI_ACCESS_DENIED The service denied access to the file.
394 @retval EFI_ACCESS_DENIED The service denied access to the file. FileHandle is NULL.
[all...] |
/external/libmtp/logs/ |
mtp-detect-iriver-t10a.txt | 5 libusb couldn't open USB device /dev/bus/usb/003/002: Permission denied. 7 libusb couldn't open USB device /dev/bus/usb/004/002: Permission denied.
|
/external/python/cpython2/Lib/test/ |
test_os.py | 115 # and see if it raises a 'Permission denied' OSError. If it does, then 131 # OSError(), 'args' will be (13, 'Permission denied') in both [all...] |
test_support.py | [all...] |
/external/python/cpython3/Doc/library/ |
socketserver.rst | 268 further requests from clients will get a "Connection denied" error. The default 354 be processed, and if it's :const:`False`, the request will be denied. This
|
/libcore/ojluni/src/main/java/java/net/ |
ServerSocket.java | 402 * or the loopback address if denied by the security manager, 465 * loopback address if denied by the security manager, [all...] |
Socket.java | 111 * denied. 739 * the loopback address if denied by the security manager, or [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_os.py | 110 # and see if it raises a 'Permission denied' OSError. If it does, then 126 # OSError(), 'args' will be (13, 'Permission denied') in both [all...] |
test_support.py | 851 denied = ResourceDenied("Resource '%s' is not available" % resource_name) 866 sys.stderr.write(denied.args[0] + "\n") 867 raise denied [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_os.py | 110 # and see if it raises a 'Permission denied' OSError. If it does, then 126 # OSError(), 'args' will be (13, 'Permission denied') in both [all...] |
test_support.py | 851 denied = ResourceDenied("Resource '%s' is not available" % resource_name) 866 sys.stderr.write(denied.args[0] + "\n") 867 raise denied [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 110 # and see if it raises a 'Permission denied' OSError. If it does, then 126 # OSError(), 'args' will be (13, 'Permission denied') in both [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 110 # and see if it raises a 'Permission denied' OSError. If it does, then 126 # OSError(), 'args' will be (13, 'Permission denied') in both [all...] |
/external/python/cpython3/Lib/test/support/ |
__init__.py | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | [all...] |
/packages/apps/Email/res/values/ |
strings.xml | 335 an "access denied" server error, which could imply incorrect username/password or that no 339 an "access denied" server error, which could imply incorrect username/password or that no 382 <!-- Additional diagnostic text when server access was denied; the user should contact the [all...] |