Searched refs:_POSIX_SYMLINK_MAX (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/bits/ | ||
D | posix_limits.h | 87 #define _POSIX_SYMLINK_MAX 255 macro |
/bionic/tests/ | ||
D | unistd_test.cpp | 591 EXPECT_GT(_POSIX_SYMLINK_MAX, 0); in TEST() |