/aosp12/system/core/libcutils/ |
H A D | ashmem-dev.cpp | 237 errno = ENOTTY; in __ashmem_open_locked() 303 errno = ENOTTY; in __ashmem_is_ashmem() 309 if (result == -1 && errno == ENOTTY) __ashmem_is_ashmem(fd, 1); in __ashmem_check_failure()
|
H A D | ashmem-host.cpp | 49 errno = ENOTTY; in ashmem_validate_stat()
|
/aosp12/system/core/libsync/ |
H A D | sync.c | 192 if (ret >= 0 || errno != ENOTTY) { in sync_merge() 334 if (legacy_info || errno != ENOTTY) { in sync_fence_info() 365 if (info || errno != ENOTTY) { in sync_file_info()
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno-base.h | 45 #define ENOTTY 25 macro
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_MemoryFile.cpp | 47 if (errno == ENOTTY) { in android_os_MemoryFile_get_size()
|
/aosp12/bionic/tests/ |
H A D | stdlib_test.cpp | 661 ASSERT_EQ(ENOTTY, ptsname_r(STDOUT_FILENO, buf, sizeof(buf))); in TEST() 662 ASSERT_EQ(ENOTTY, errno); in TEST() 711 ASSERT_EQ(ENOTTY, ttyname_r(fd, buf, sizeof(buf))); in TEST() 712 ASSERT_EQ(ENOTTY, errno); in TEST() 740 ASSERT_EQ(ENOTTY, errno); in TEST()
|
/aosp12/system/netd/libnetdutils/ |
H A D | StatusTest.cpp | 84 statusFromErrno(ENOTTY, "Not a typewriter, what did you expect?").ignoreError(); in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 96 MACRO(ENOTTY); in errno_h()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Error.cpp | 64 {ENOTTY, "ENOTTY"}, // Not a typewriter
|
/aosp12/bionic/libc/bionic/ |
H A D | pty.cpp | 69 errno = ENOTTY; in ptsname_r()
|
H A D | strerror.cpp | 72 [ENOTTY] = "Inappropriate ioctl for device",
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 329 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 D | secdiscard.cpp | 123 if (ret != 0 && errno != ENOTTY) { in main()
|
H A D | vdc.cpp | 66 exit(ENOTTY); in checkStatus()
|
H A D | KeyUtil.cpp | 82 if (errno == ENOTTY) { in isFsKeyringSupportedImpl()
|
/aosp12/system/memory/libion/ |
H A D | ion.c | 52 version = (err == -ENOTTY) ? ION_VERSION_MODERN : ION_VERSION_LEGACY; in ion_is_legacy()
|
/aosp12/hardware/google/graphics/common/libion/test/ |
H A D | ion_allocate_test.cpp | 289 EXPECT_TRUE(errno == EINVAL || errno == ENOTTY) << " unexpected error: " << strerror(errno); in TEST_F()
|
/aosp12/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 326 if (error && errno != ENOTTY && errno != ENOTSUP) { in ProductBlockMap()
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 188 if (errno != ENOTTY) { in QueryControl()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27773 field public static final int ENOTTY;
|