Home
last modified time | relevance | path

Searched refs:path_max (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-2.c32 int result, i, path_max; in main() local
35 path_max = pathconf("/", _PC_PATH_MAX); in main()
36 if (path_max == -1) { in main()
40 shm_name = malloc(path_max + 1); in main()
47 for (i = 0; i < path_max; i++) in main()
49 shm_name[path_max] = 0; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-2.c32 int fd, i, path_max; in main() local
35 path_max = pathconf("/", _PC_PATH_MAX); in main()
36 if (path_max == -1) { in main()
40 shm_name = malloc(path_max + 1); in main()
42 for (i = 0; i < path_max; i++) in main()
44 shm_name[path_max] = 0; in main()
/external/cronet/net/base/
Dsockaddr_util_posix_unittest.cc60 size_t path_max = MaxPathLength(&storage); in TEST() local
61 std::string path(path_max, '0'); in TEST()
74 size_t path_max = MaxPathLength(&storage); in TEST() local
75 std::string path(path_max + 1, '0'); in TEST()
83 size_t path_max = MaxPathLength(&storage); in TEST() local
84 std::string path(path_max, '0'); in TEST()
Dsockaddr_util_posix.cc26 size_t path_max = address->addr_len - offsetof(struct sockaddr_un, sun_path); in FillUnixAddress() local
31 if (path_size > path_max) in FillUnixAddress()
/external/rust/crates/nix/test/
Dtest_unistd.rs644 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited() localVariable
646 path_max in test_fpathconf_limited()
656 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited() localVariable
658 path_max in test_pathconf_limited()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h725 extern unsigned path_max;
Dsanitizer_platform_limits_posix.cc394 unsigned path_max = PATH_MAX; variable
Dsanitizer_common_interceptors.inc3047 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi5989 <!-- unsigned int __sanitizer::path_max -->
5990 …<var-decl name='path_max' type-id='type-id-139' mangled-name='_ZN11__sanitizer8path_maxE' visibili…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi3390 …<var-decl name='path_max' type-id='type-id-139' mangled-name='_ZN11__sanitizer8path_maxE' visibili…