Home
last modified time | relevance | path

Searched defs:path_max (Results 1 – 4 of 4) 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/rust/crates/nix/test/
Dtest_unistd.rs599 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited() localVariable
606 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited() localVariable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc394 unsigned path_max = PATH_MAX; variable