Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 25 of 56) sorted by relevance

123

/external/bluetooth/glib/gio/
Dgioerror.c129 #ifdef EPERM in g_io_error_from_errno()
130 case EPERM: in g_io_error_from_errno()
/external/kernel-headers/original/asm-generic/
Derrno-base.h4 #define EPERM 1 /* Operation not permitted */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h406 # ifndef EPERM
407 # define EPERM 1 macro
580 operation_not_permitted = EPERM,
/external/bluetooth/glib/gthread/
Dgthread-posix.c64 if (err == EPERM) \
79 if (err != EPERM) \
/external/chromium/base/
Dplatform_file_posix.cc105 case EPERM: in CreatePlatformFile()
/external/e2fsprogs/util/
Dcopy_sparse.c56 if (errno == EPERM) { in get_bmap()
/external/dbus/dbus/
Ddbus-sysdeps.c939 #ifdef EPERM in _dbus_error_from_errno()
940 case EPERM: in _dbus_error_from_errno()
Ddbus-sysdeps-wince-glue.h63 #define EPERM ERROR_CANNOT_MAKE macro
/external/e2fsprogs/resize/
Donline.c74 if (errno == EPERM) in online_resize_fs()
/external/oprofile/module/
Doprofile.c310 return -EPERM; in oprof_read()
372 return -EPERM; in oprof_open()
/external/dnsmasq/src/
Dnetlink.c59 if (errno != EPERM || bind(daemon->netlinkfd, (struct sockaddr *)&addr, sizeof(addr)) == -1) in netlink_init()
/external/qemu/android/utils/
Dfilelock.c310 if (rc == 0 || errno == EPERM) { in filelock_lock()
/external/valgrind/main/auxprogs/
Daix5_VKI_info.c40 printf("#define VKI_EPERM %d\n", EPERM); in main()
/external/libffi/src/
Dclosures.c427 if (ptr != MFAIL || (errno != EPERM && errno != EACCES)) in dlmmap()
/external/e2fsprogs/misc/
Dfilefrag.c102 if (errno == EPERM) { in get_bmap()
/external/bluetooth/bluez/sap/
Dserver.c292 return -EPERM; in disconnect_ind()
411 return -EPERM; in disconnect_req()
644 return -EPERM; in sap_connect_rsp()
/external/strace/
Dutil.c649 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/
Dtc20_verifywrap.stderr.exp-glibc25-amd6478 with error code 1 (EPERM: Operation not permitted)
Dtc20_verifywrap.stderr.exp-glibc27-amd6479 with error code 1 (EPERM: Operation not permitted)
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c444 if (errno == EPERM) { in openInterface()
731 if (errno == EPERM) { in openInterface()
/external/bluetooth/bluez/src/
Dadapter.c3790 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/
Dgfileutils.c477 #ifdef EPERM in g_file_error_from_errno()
478 case EPERM: in g_file_error_from_errno()
/external/yaffs2/yaffs2/
Dyaffs_fs.c978 return -EPERM; in yaffs_mknod()
1137 return -EPERM; in yaffs_link()
1266 error = -EPERM; in yaffs_setattr()
/external/dbus/bus/
Dselinux.c136 if (errno == EPERM && getuid() != 0) in bus_selinux_audit_init()
/external/grub/grub/
Dasmstub.c784 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM) in get_diskinfo()

123