Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/av/media/libnbaio/
H A DPipeReader.cpp54 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 Dremote_file.rs37 .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 Dfec_read.cpp409 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 Dlog_event_list.cpp139 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 Dtime64.c622 #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 Dstrerror.cpp120 [EOVERFLOW] = "Value too large for defined data type",
H A Dsemaphore.cpp299 errno = EOVERFLOW; in sem_post()
/aosp12/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp122 return -EOVERFLOW; in trusty_keymaster_call_2()
204 case -EOVERFLOW: in translate_error()
/aosp12/system/core/libutils/include/utils/
H A DErrors.h60 BAD_INDEX = -EOVERFLOW,
/aosp12/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A Dreallocarr.c82 return EOVERFLOW; in __weak_alias()
/aosp12/bionic/libc/tzcode/
H A Dasctime.c115 errno = EOVERFLOW; in asctime_r()
H A Dprivate.h120 #ifndef EOVERFLOW
121 # define EOVERFLOW EINVAL macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno.h62 #define EOVERFLOW 75 macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvswprintf.c91 errno = EOVERFLOW; in vswprintf()
H A Dgetdelim.c84 errno = EOVERFLOW; in getdelim()
H A Dopen_memstream.c93 errno = EOVERFLOW; in memstream_seek()
H A Dopen_wmemstream.c97 errno = EOVERFLOW; in wmemstream_seek()
/aosp12/packages/modules/adb/sysdeps/
H A Derrno.cpp45 ERRNO_VALUE(EOVERFLOW, 75); \
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_status.h59 STATUS_BAD_INDEX = -EOVERFLOW,
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c99 MACRO(EOVERFLOW); in errno_h()
/aosp12/system/media/audio_utils/
H A Dfifo.cpp103 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 DError.cpp112 {EOVERFLOW, "EOVERFLOW"}, // Value too large for defined data type
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp611 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 Dfifo_tests.cpp174 case -EOVERFLOW: in main()
/aosp12/system/core/fastboot/device/
H A Dflashing.cpp160 return -EOVERFLOW; in Flash()

12