/aosp12/frameworks/av/media/libnbaio/ |
H A D | PipeReader.cpp | 54 if (avail == -EOVERFLOW || lost > 0) { in availableToRead() 67 if (actual == -EOVERFLOW || lost > 0) { in read() 86 if (flushed == -EOVERFLOW || lost > 0) { in flush()
|
/aosp12/packages/modules/Virtualization/authfs/src/file/ |
H A D | remote_file.rs | 37 .map_err(|_| io::Error::from_raw_os_error(libc::EOVERFLOW))?; in remote_read_chunk() 83 .map_err(|_| io::Error::from_raw_os_error(libc::EOVERFLOW))?; in read_chunk() 112 i64::try_from(offset).map_err(|_| io::Error::from_raw_os_error(libc::EOVERFLOW))?; in write_at() 124 i64::try_from(size).map_err(|_| io::Error::from_raw_os_error(libc::EOVERFLOW))?; in resize()
|
/aosp12/system/extras/libfec/ |
H A D | fec_read.cpp | 409 errno = EOVERFLOW; in fec_seek() 416 errno = EOVERFLOW; in fec_seek() 419 errno = EOVERFLOW; in fec_seek() 429 errno = EOVERFLOW; in fec_seek() 523 errno = EOVERFLOW; in fec_pread()
|
/aosp12/system/logging/liblog/ |
H A D | log_event_list.cpp | 139 return -EOVERFLOW; in android_log_write_list_begin() 150 return -EOVERFLOW; in android_log_write_list_begin() 266 return -EOVERFLOW; in android_log_write_list_end() 270 return -EOVERFLOW; in android_log_write_list_end() 275 return -EOVERFLOW; in android_log_write_list_end()
|
/aosp12/bionic/libc/bionic/ |
H A D | time64.c | 622 #ifdef EOVERFLOW in gmtime64_r() 623 errno = EOVERFLOW; in gmtime64_r() 695 #ifdef EOVERFLOW in localtime64_r() 696 errno = EOVERFLOW; in localtime64_r()
|
H A D | strerror.cpp | 120 [EOVERFLOW] = "Value too large for defined data type",
|
H A D | semaphore.cpp | 299 errno = EOVERFLOW; in sem_post()
|
/aosp12/system/core/trusty/keymaster/ipc/ |
H A D | trusty_keymaster_ipc.cpp | 122 return -EOVERFLOW; in trusty_keymaster_call_2() 204 case -EOVERFLOW: in translate_error()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Errors.h | 60 BAD_INDEX = -EOVERFLOW,
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
H A D | reallocarr.c | 82 return EOVERFLOW; in __weak_alias()
|
/aosp12/bionic/libc/tzcode/ |
H A D | asctime.c | 115 errno = EOVERFLOW; in asctime_r()
|
H A D | private.h | 120 #ifndef EOVERFLOW 121 # define EOVERFLOW EINVAL macro
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno.h | 62 #define EOVERFLOW 75 macro
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vswprintf.c | 91 errno = EOVERFLOW; in vswprintf()
|
H A D | getdelim.c | 84 errno = EOVERFLOW; in getdelim()
|
H A D | open_memstream.c | 93 errno = EOVERFLOW; in memstream_seek()
|
H A D | open_wmemstream.c | 97 errno = EOVERFLOW; in wmemstream_seek()
|
/aosp12/packages/modules/adb/sysdeps/ |
H A D | errno.cpp | 45 ERRNO_VALUE(EOVERFLOW, 75); \
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_status.h | 59 STATUS_BAD_INDEX = -EOVERFLOW,
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 99 MACRO(EOVERFLOW); in errno_h()
|
/aosp12/system/media/audio_utils/ |
H A D | fifo.cpp | 103 return -EOVERFLOW; in diff() 118 return -EOVERFLOW; in diff() 612 if (filled == -EOVERFLOW) { in obtain()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Error.cpp | 112 {EOVERFLOW, "EOVERFLOW"}, // Value too large for defined data type
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 611 errno = EOVERFLOW; in __fseeko64() 658 errno = EOVERFLOW; in ftello() 1093 errno = EOVERFLOW; in fread_unlocked() 1156 errno = EOVERFLOW; in fwrite_unlocked()
|
/aosp12/system/media/audio_utils/tests/ |
H A D | fifo_tests.cpp | 174 case -EOVERFLOW: in main()
|
/aosp12/system/core/fastboot/device/ |
H A D | flashing.cpp | 160 return -EOVERFLOW; in Flash()
|