Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h46 #define EISDIR 21 macro
/bionic/libc/bionic/
Dexec.cpp149 case EISDIR: in execvpe()
/bionic/libc/private/
Dbionic_errdefs.h60 __BIONIC_ERRDEF( EISDIR , 21, "Is a directory" )
/bionic/libc/dns/nameser/
Dns_name.c739 errno = EISDIR; in ns_name_length()
761 errno = EISDIR; in ns_name_eq()
822 errno = EISDIR; in ns_name_map()
859 errno = EISDIR; in ns_name_labels()
/bionic/libc/stdio/
Dstdio.cpp752 if (errno != EISDIR) return -1; in remove()
/bionic/tests/
Ddlext_test.cpp829 if (tmpfd == -1 && (errno == EISDIR || errno == EINVAL || errno == EOPNOTSUPP)) { in TEST()