Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dresolve_address_posix_test.cc143 size_t path_name_length = in test_unix_socket_path_name_too_long() local
146 static_cast<char*>(gpr_malloc(sizeof(char) * path_name_length)); in test_unix_socket_path_name_too_long()
147 memset(path_name, 'a', path_name_length); in test_unix_socket_path_name_too_long()
149 path_name[path_name_length - 1] = '\0'; in test_unix_socket_path_name_too_long()