Home
last modified time | relevance | path

Searched defs:path_max (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-2.c32 int fd, i, path_max; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-2.c32 int result, i, path_max; in main() local
/external/minijail/
Dminijail0.c202 const size_t path_max = 4096; in parse_args() local
/external/e2fsprogs/intl/
Ddcigettext.c533 size_t path_max; in DCIGETTEXT() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc394 unsigned path_max = PATH_MAX; variable