HomeSort by relevance Sort by last modified time
    Searched defs:kMaxSocketNameLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
unix_domain_socket_util.h 60 static const size_t kMaxSocketNameLength = 104;
ipc_channel_posix_unittest.cc 150 int path_len = snprintf(server_address.sun_path, IPC::kMaxSocketNameLength,
313 EXPECT_GE(strlen(kTooLongName), IPC::kMaxSocketNameLength);

Completed in 3088 milliseconds