/external/bluetooth/glib/gio/ |
D | gioerror.c | 129 #ifdef EPERM in g_io_error_from_errno() 130 case EPERM: in g_io_error_from_errno()
|
/external/kernel-headers/original/asm-generic/ |
D | errno-base.h | 4 #define EPERM 1 /* Operation not permitted */ macro
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 406 # ifndef EPERM 407 # define EPERM 1 macro 580 operation_not_permitted = EPERM,
|
/external/bluetooth/glib/gthread/ |
D | gthread-posix.c | 64 if (err == EPERM) \ 79 if (err != EPERM) \
|
/external/chromium/base/ |
D | platform_file_posix.cc | 105 case EPERM: in CreatePlatformFile()
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 56 if (errno == EPERM) { in get_bmap()
|
/external/dbus/dbus/ |
D | dbus-sysdeps.c | 939 #ifdef EPERM in _dbus_error_from_errno() 940 case EPERM: in _dbus_error_from_errno()
|
D | dbus-sysdeps-wince-glue.h | 63 #define EPERM ERROR_CANNOT_MAKE macro
|
/external/e2fsprogs/resize/ |
D | online.c | 74 if (errno == EPERM) in online_resize_fs()
|
/external/oprofile/module/ |
D | oprofile.c | 310 return -EPERM; in oprof_read() 372 return -EPERM; in oprof_open()
|
/external/dnsmasq/src/ |
D | netlink.c | 59 if (errno != EPERM || bind(daemon->netlinkfd, (struct sockaddr *)&addr, sizeof(addr)) == -1) in netlink_init()
|
/external/qemu/android/utils/ |
D | filelock.c | 310 if (rc == 0 || errno == EPERM) { in filelock_lock()
|
/external/valgrind/main/auxprogs/ |
D | aix5_VKI_info.c | 40 printf("#define VKI_EPERM %d\n", EPERM); in main()
|
/external/libffi/src/ |
D | closures.c | 427 if (ptr != MFAIL || (errno != EPERM && errno != EACCES)) in dlmmap()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 102 if (errno == EPERM) { in get_bmap()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 292 return -EPERM; in disconnect_ind() 411 return -EPERM; in disconnect_req() 644 return -EPERM; in sap_connect_rsp()
|
/external/strace/ |
D | util.c | 649 if (started && (errno==EPERM || errno==EIO)) { 665 if (started && (errno==EPERM || errno==EIO)) { 800 if (started && (errno==EPERM || errno==EIO)) { 818 if (started && (errno==EPERM || errno==EIO)) {
|
/external/valgrind/main/helgrind/tests/ |
D | tc20_verifywrap.stderr.exp-glibc25-amd64 | 78 with error code 1 (EPERM: Operation not permitted)
|
D | tc20_verifywrap.stderr.exp-glibc27-amd64 | 79 with error code 1 (EPERM: Operation not permitted)
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 444 if (errno == EPERM) { in openInterface() 731 if (errno == EPERM) { in openInterface()
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 3790 return -EPERM; in adapter_authorize() 3818 return -EPERM; in adapter_authorize() 3842 return -EPERM; in btd_request_authorization() 3857 return -EPERM; in btd_request_authorization() 3869 return -EPERM; in btd_cancel_authorization() 3874 return -EPERM; in btd_cancel_authorization() 3889 return -EPERM; in btd_cancel_authorization()
|
/external/bluetooth/glib/glib/ |
D | gfileutils.c | 477 #ifdef EPERM in g_file_error_from_errno() 478 case EPERM: in g_file_error_from_errno()
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 978 return -EPERM; in yaffs_mknod() 1137 return -EPERM; in yaffs_link() 1266 error = -EPERM; in yaffs_setattr()
|
/external/dbus/bus/ |
D | selinux.c | 136 if (errno == EPERM && getuid() != 0) in bus_selinux_audit_init()
|
/external/grub/grub/ |
D | asmstub.c | 784 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM) in get_diskinfo()
|