Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/bionic/libc/include/
H A Derrno.h41 #ifndef ENOTSUP
43 #define ENOTSUP EOPNOTSUPP macro
/aosp12/bionic/tests/
H A Dsys_stat_test.cpp140 ASSERT_EQ(ENOTSUP, errno); in TEST()
166 ASSERT_EQ(ENOTSUP, errno); in TEST()
197 ASSERT_EQ(ENOTSUP, errno); in TEST()
249 ASSERT_EQ(ENOTSUP, errno); in TEST()
272 ASSERT_EQ(ENOTSUP, errno); in TEST()
H A Dmalloc_test.cpp970 EXPECT_EQ(ENOTSUP, errno); in TEST()
1005 EXPECT_EQ(ENOTSUP, errno); in TEST()
1015 EXPECT_EQ(ENOTSUP, errno); in TEST()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp540 errno = ENOTSUP; in IncFs_Mount()
1364 return -ENOTSUP; in IncFs_BindMount()
1398 return -ENOTSUP; in IncFs_Unmount()
1694 return -ENOTSUP; in IncFs_SetUidReadTimeouts()
1722 return -ENOTSUP; in IncFs_GetUidReadTimeouts()
1758 return -ENOTSUP; in getFileBlockCount()
1781 return -ENOTSUP; in IncFs_GetFileBlockCountById()
1801 return -ENOTSUP; in IncFs_GetFileBlockCountByPath()
1821 return -ENOTSUP; in IncFs_ListIncompleteFiles()
1864 return -ENOTSUP; in IncFs_ForEachIncompleteFile()
[all …]
/aosp12/bionic/libc/bionic/
H A Dutmp.cpp46 errno = ENOTSUP; in utmpname()
H A Dfchmod.cpp67 errno = ENOTSUP; in fchmod()
H A Dmalloc_common_dynamic.cpp421 errno = ENOTSUP; in GetMallocLeakInfo()
433 errno = ENOTSUP; in FreeMallocLeakInfo()
452 errno = ENOTSUP; in WriteMallocLeakInfo()
H A Dmalloc_common.cpp314 errno = ENOTSUP; in __sanitizer_malloc_info()
337 errno = ENOTSUP; in android_mallopt()
H A Dpthread_attr.cpp266 return ENOTSUP; in pthread_attr_setscope()
H A Dmalloc_heapprofd.cpp465 errno = ENOTSUP; in HeapprofdMallopt()
/aosp12/system/vold/model/
H A DDisk.cpp313 return -ENOTSUP; in readMetadata()
326 return -ENOTSUP; in readPartitions()
617 return -ENOTSUP; in getMaxMinors()
H A DVolumeBase.cpp279 return -ENOTSUP; in doFormat()
/aosp12/bionic/libc/tzcode/
H A Dprivate.h117 #ifndef ENOTSUP
118 # define ENOTSUP EINVAL macro
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c95 MACRO(ENOTSUP); in errno_h()
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp329 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in IsFilePinned()
344 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in IsFilePinned()
371 if ((errno == ENOTTY) || (errno == ENOTSUP)) { in PinFile()
/aosp12/system/vold/
H A DLoop.cpp201 if (errno == ENOSYS || errno == ENOTSUP) { in resizeImageFile()
H A DCheckpoint.cpp126 return error(ENOTSUP, "Checkpoints not supported"); in cp_startCheckpoint()
/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp1136 EXPECT_EQ(incompleteSupported ? 0 : -ENOTSUP, in TEST_F()
1140 EXPECT_EQ(incompleteSupported ? 0 : -ENOTSUP, in TEST_F()
1152 EXPECT_EQ(incompleteSupported ? 0 : -ENOTSUP, in TEST_F()
1168 EXPECT_EQ(incompleteSupported ? 1 : -ENOTSUP, in TEST_F()
1465 ASSERT_EQ((LoadingState)-ENOTSUP, isFullyLoaded(control_, mapped_file_path)); in TEST_F()
1478 ASSERT_EQ((LoadingState)-ENOTSUP, isFullyLoaded(control_, mapped_file_path)); in TEST_F()
1491 ASSERT_EQ((LoadingState)-ENOTSUP, isFullyLoaded(control_, mapped_file_path)); in TEST_F()
/aosp12/system/media/audio_utils/
H A Dfifo.cpp234 err = -ENOTSUP; in obtain()
556 err = -ENOTSUP; in obtain()
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp151 return ENOTSUP; in ButtonState()
/aosp12/hardware/google/graphics/common/libv4l2/
H A Dexynos_mc.c396 return -ENOTSUP; in __media_get_devname_udev()
/aosp12/hardware/interfaces/tv/cec/1.0/default/
H A DHdmiCec.cpp277 case -ENOTSUP: in addLogicalAddress()
/aosp12/bootable/recovery/uncrypt/
H A Duncrypt.cpp326 if (error && errno != ENOTTY && errno != ENOTSUP) { in ProductBlockMap()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2.h98 C2_CANNOT_DO = ENOTSUP, ///< argument/index is valid but not possible
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp453 errno = ENOTSUP; in SendStat()
1012 if (errno != ENOTSUP) { in sync_stat_fallback()

12