/aosp12/system/netd/tests/ |
H A D | netd_client_test.cpp | 84 EXPECT_EQ(EPERM, errno); in expectNoNetworking() 87 EXPECT_EQ(EPERM, errno); in expectNoNetworking() 97 EXPECT_EQ(EPERM, errno); in expectNoNetworking()
|
/aosp12/system/logging/liblog/ |
H A D | logger_write.cpp | 76 return -EPERM; in check_log_uid_permissions() 91 return -EPERM; in check_log_uid_permissions() 208 return -EPERM; in write_to_log() 321 return -EPERM; in __android_log_buf_write() 334 return -EPERM; in __android_log_vprint() 351 return -EPERM; in __android_log_print() 371 return -EPERM; in __android_log_buf_print()
|
/aosp12/frameworks/base/native/android/ |
H A D | thermal.cpp | 136 return EPERM; in addListener() 169 return EPERM; in removeListener() 182 return EPERM; in getCurrentThermalStatus() 194 return EPERM; in getThermalHeadroom()
|
/aosp12/system/netd/client/ |
H A D | NetdClientTest.cpp | 80 EXPECT_EQ(errno, EPERM); in expectNotAllowNetworkingForProcess() 83 EXPECT_EQ(errno, EPERM); in expectNotAllowNetworkingForProcess() 88 EXPECT_EQ(errno, EPERM); in expectNotAllowNetworkingForProcess()
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | performance_service.cpp | 264 return ErrorStatus(EPERM); in OnSetSchedulerPolicy() 330 return ErrorStatus(EPERM); in OnSetCpuPartition() 336 return ErrorStatus(EPERM); in OnSetCpuPartition() 363 return ErrorStatus(EPERM); in OnSetSchedulerClass() 394 return ErrorStatus(EPERM); in OnGetCpuPartition()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/ |
H A D | NetworkUtilsInternalTest.java | 22 import static android.system.OsConstants.EPERM; 62 assertEquals(msg, e.errno, EPERM); in expectSocketPemissionError()
|
/aosp12/frameworks/native/cmds/cmd/ |
H A D | cmd.cpp | 78 return -EPERM; in openFile() 123 return -EPERM; in openFile() 135 return -EPERM; in openFile()
|
/aosp12/system/netd/server/ |
H A D | FwmarkServer.cpp | 132 return -EPERM; in processClient() 278 return -EPERM; in processClient() 296 return -EPERM; in processClient()
|
/aosp12/hardware/samsung/nfc/halimpl/src/ |
H A D | hal.cc | 116 return -EPERM; in nfc_hal_init() 121 return -EPERM; in nfc_hal_init() 166 if (device_open()) return -EPERM; in nfc_hal_open() 170 return -EPERM; in nfc_hal_open()
|
H A D | device.cc | 80 if (ret == 0) return -EPERM; in device_open() 84 if (ret == 0) return -EPERM; in device_open()
|
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
H A D | ExynosPrimaryDisplayModule.cpp | 885 if (writeIntToFile(ATC_ST_FILE_NAME, mAtcStrength.get()) != NO_ERROR) return -EPERM; in setAtcStrength() 895 return -EPERM; in setAtcAmbientLight() 915 return -EPERM; in setAtcMode() 929 return -EPERM; in setAtcMode() 934 return -EPERM; in setAtcMode() 942 return -EPERM; in setAtcMode() 1043 return -EPERM; in setAtcStDimming() 1053 if (writeIntToFile(ATC_ENABLE_FILE_NAME, enable) != NO_ERROR) return -EPERM; in setAtcEnable()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | kvm_para.h | 25 #define KVM_EPERM EPERM
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/gen/ |
H A D | nice.c | 66 errno = EPERM; in __weak_alias()
|
/aosp12/packages/modules/adb/sysdeps/win32/ |
H A D | errno_test.cpp | 47 TestAdbStrError(EPERM, "Operation not permitted"); in TEST()
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno-base.h | 21 #define EPERM 1 macro
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Errors.h | 54 PERMISSION_DENIED = -EPERM,
|
/aosp12/frameworks/av/media/codec2/vndk/include/ |
H A D | C2ErrnoUtils.h | 28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; } in _c2_errno2status_impl()
|
/aosp12/bionic/tests/ |
H A D | membarrier_test.cpp | 95 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()
|
/aosp12/packages/modules/adb/sysdeps/ |
H A D | errno.cpp | 46 ERRNO_VALUE(EPERM, 1); \
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mltypes.h | 159 #define INV_ERROR_FEATURE_NOT_ENABLED (EPERM)
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_status.h | 54 STATUS_PERMISSION_DENIED = -EPERM,
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 101 MACRO(EPERM); in errno_h()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | mltypes.h | 159 #define INV_ERROR_FEATURE_NOT_ENABLED (EPERM)
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 492 return EPERM; in pthread_rwlock_unlock() 509 return EPERM; in pthread_rwlock_unlock()
|
/aosp12/art/libartbase/base/ |
H A D | membarrier_test.cc | 87 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()
|