Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h49 #define ESPIPE 29 macro
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c108 MACRO(ESPIPE); in errno_h()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp68 {ESPIPE, "ESPIPE"}, // Illegal seek
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp76 [ESPIPE] = "Illegal seek",
/aosp12/bionic/tests/
H A Dstdio_test.cpp2231 ASSERT_EQ(ESPIPE, errno); in TEST()
2236 ASSERT_EQ(ESPIPE, errno); in TEST()
2241 ASSERT_EQ(ESPIPE, errno); in TEST()
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp563 errno = ESPIPE; in __seek_unlocked()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp925 case -ESPIPE: in signalExceptionForError()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27784 field public static final int ESPIPE;