Home
last modified time | relevance | path

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

1234

/aosp12/system/netd/tests/
H A Dnetd_client_test.cpp84 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 Dlogger_write.cpp76 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 Dthermal.cpp136 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 DNetdClientTest.cpp80 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 Dperformance_service.cpp264 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 DNetworkUtilsInternalTest.java22 import static android.system.OsConstants.EPERM;
62 assertEquals(msg, e.errno, EPERM); in expectSocketPemissionError()
/aosp12/frameworks/native/cmds/cmd/
H A Dcmd.cpp78 return -EPERM; in openFile()
123 return -EPERM; in openFile()
135 return -EPERM; in openFile()
/aosp12/system/netd/server/
H A DFwmarkServer.cpp132 return -EPERM; in processClient()
278 return -EPERM; in processClient()
296 return -EPERM; in processClient()
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dhal.cc116 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 Ddevice.cc80 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 DExynosPrimaryDisplayModule.cpp885 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 Dkvm_para.h25 #define KVM_EPERM EPERM
/aosp12/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnice.c66 errno = EPERM; in __weak_alias()
/aosp12/packages/modules/adb/sysdeps/win32/
H A Derrno_test.cpp47 TestAdbStrError(EPERM, "Operation not permitted"); in TEST()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h21 #define EPERM 1 macro
/aosp12/system/core/libutils/include/utils/
H A DErrors.h54 PERMISSION_DENIED = -EPERM,
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2ErrnoUtils.h28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; } in _c2_errno2status_impl()
/aosp12/bionic/tests/
H A Dmembarrier_test.cpp95 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()
/aosp12/packages/modules/adb/sysdeps/
H A Derrno.cpp46 ERRNO_VALUE(EPERM, 1); \
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmltypes.h159 #define INV_ERROR_FEATURE_NOT_ENABLED (EPERM)
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_status.h54 STATUS_PERMISSION_DENIED = -EPERM,
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c101 MACRO(EPERM); in errno_h()
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmltypes.h159 #define INV_ERROR_FEATURE_NOT_ENABLED (EPERM)
/aosp12/bionic/libc/bionic/
H A Dpthread_rwlock.cpp492 return EPERM; in pthread_rwlock_unlock()
509 return EPERM; in pthread_rwlock_unlock()
/aosp12/art/libartbase/base/
H A Dmembarrier_test.cc87 ASSERT_EQ(EPERM, errno); in TestRegisterAndBarrierCommands()

1234