/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Ftp4.h | 55 /// EFI_ACCESS_DENIED: The FTP server denied the access the user's request to access it.
215 /// EFI_ACCESS_DENIED: The FTP server denied the access to the requested file.
|
Shell.h | 110 /// Access was denied.
230 @retval EFI_ACCESS_DENIED The service denied access to the file.
833 @retval EFI_ACCESS_DENIED The service denied access to the file. FileHandle is NULL.
[all...] |
/external/autotest/server/cros/servo/ |
chrome_cr50.py | 406 if 'Access Denied' in rv: 462 if 'Access Denied' in rv:
|
/external/curl/lib/ |
strerror.c | 90 return "Access denied to remote resource"; 253 return "Login denied";
|
pop3.c | 760 failf(data, "STARTTLS denied"); 844 failf(data, "Access denied. %c", pop3code); 867 failf(data, "Access denied. %c", pop3code); [all...] |
smtp.c | 686 failf(data, "STARTTLS denied, code %d", smtpcode); 715 failf(data, "Remote access denied: %d", smtpcode); 803 failf(data, "Remote access denied: %d", smtpcode); [all...] |
/external/lisa/libs/utils/android/ |
system.py | 122 log.warning('Failed to toggle airplane mode, permission denied.') 131 log.warning('Failed to toggle {} mode, permission denied.'\
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
test.c | 1054 * depth, int flags) when search permission is denied for any component 1076 * depth, int flags) when read permission is denied for path.
|
test64.c | 1076 * depth, int flags) when search permission is denied for any component 1100 * depth, int flags) when read permission is denied for path.
|
/external/python/cpython2/Doc/library/ |
socketserver.rst | 263 further requests from clients will get a "Connection denied" error. The default 345 processed, and if it's :const:`False`, the request will be denied. This function
|
/frameworks/base/core/java/android/content/ |
RestrictionsManager.java | 136 * the app can post a notification that the request had been approved or denied. 326 * Response result value indicating that the request was denied.
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_linux_test.go | 342 if strings.Contains(err.Error(), ": permission denied") { 401 if strings.Contains(err.Error(), ": permission denied") {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_linux_test.go | 342 if strings.Contains(err.Error(), ": permission denied") { 401 if strings.Contains(err.Error(), ": permission denied") {
|
/tools/repohooks/rh/ |
utils.py | 245 # denied and the pid is missing. Denied can only occur
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
DeviceStateMonitorTest.java | 509 * denied should return directly false. 526 return "/system/bin/sh: cat: /sdcard/1459376318045: Permission denied";
|
/external/scapy/scapy/layers/ |
ntp.py | 155 "DENY": "Access denied by remote server.", 157 "RSTR": "Access denied due to local policy.", [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_support.py | 770 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
785 sys.stderr.write(denied.args[0] + "\n")
786 raise denied
[all...] |
test_fileio.py | 123 # Windows always returns "[Errno 13]: Permission denied
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
ScopedDirectoryAccessClientTest.java | 407 // Then tries again - should be denied.
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
SelfManagedConnectionServiceTest.java | 462 // THEN the new incoming call is denied
|
/device/generic/goldfish/dhcp/client/ |
dhcpclient.cpp | 270 // Request denied, halt network and start over
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/ |
Print.c | 534 if (Status == EFI_ACCESS_DENIED) { Desc = (CHAR8 *) "Access Denied"; } else
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/ |
Print.c | 731 Desc = "Access Denied";
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
FwVolBlock.c | 195 @retval EFI_ACCESS_DENIED Access denied.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/ |
FaultTolerantWriteSmm.c | 349 DEBUG ((EFI_D_ERROR, "SmmFtwHandler: Not safe to do the operation: %x after End Of Dxe, so access denied!\n", SmmFtwFunctionHeader->Function));
|