Home
last modified time | relevance | path

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

/bionic/libc/include/
Derrno.h41 #ifndef ENOTSUP
43 #define ENOTSUP EOPNOTSUPP macro
/bionic/tests/
Dsys_stat_test.cpp140 ASSERT_ERRNO(ENOTSUP); in TEST()
166 ASSERT_ERRNO(ENOTSUP); in TEST()
197 ASSERT_ERRNO(ENOTSUP); in TEST()
249 ASSERT_ERRNO(ENOTSUP); in TEST()
272 ASSERT_ERRNO(ENOTSUP); in TEST()
Dmalloc_test.cpp1123 EXPECT_ERRNO(ENOTSUP); in TEST()
1158 EXPECT_ERRNO(ENOTSUP); in TEST()
1168 EXPECT_ERRNO(ENOTSUP); in TEST()
/bionic/libc/bionic/
Dutmp.cpp46 errno = ENOTSUP; in utmpname()
Dfchmod.cpp67 errno = ENOTSUP; in fchmod()
Dmalloc_common_dynamic.cpp425 errno = ENOTSUP; in GetMallocLeakInfo()
437 errno = ENOTSUP; in FreeMallocLeakInfo()
456 errno = ENOTSUP; in WriteMallocLeakInfo()
Dmalloc_common.cpp329 errno = ENOTSUP; in __sanitizer_malloc_info()
367 errno = ENOTSUP; in android_mallopt()
Dpthread_attr.cpp220 return ENOTSUP; in pthread_attr_setscope()
Dmalloc_heapprofd.cpp487 errno = ENOTSUP; in HeapprofdMallopt()
/bionic/tests/headers/posix/
Derrno_h.c95 MACRO(ENOTSUP); in errno_h()
/bionic/libc/tzcode/
Dprivate.h222 #ifndef ENOTSUP
223 # define ENOTSUP EINVAL macro