Home
last modified time | relevance | path

Searched refs:errno_EINVAL (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h1371 extern const int errno_EINVAL;
Dsanitizer_platform_limits_posix.cc928 const int errno_EINVAL = EINVAL; variable
Dsanitizer_common_interceptors.inc3557 if (res == errno_EINVAL)
3567 if (res == errno_EINVAL)
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc962 *__errno_location() = errno_EINVAL; in INTERCEPTOR()
980 *__errno_location() = errno_EINVAL; in INTERCEPTOR()