Home
last modified time | relevance | path

Searched refs:EEXIST (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/common/asm-generic/
Derrno-base.h41 #define EEXIST 17 macro
/bionic/libc/stdio/
Dmktemp.c151 if (errno != EEXIST) in _gettemp()
156 if (errno != EEXIST) in _gettemp()
/bionic/libc/include/sys/
D_errdefs.h56 __BIONIC_ERRDEF( EEXIST , 17, "File exists" )