OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendMsg
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/posix/
unix_domain_socket_linux.h
21
// Use
sendmsg
to write the given msg and include a vector of file
23
static bool
SendMsg
(int fd,
35
// Perform a
sendmsg
/recvmsg pair.
unix_domain_socket_linux.cc
20
bool UnixDomainSocket::
SendMsg
(int fd,
50
const ssize_t r = HANDLE_EINTR(
sendmsg
(fd, &msg, flags));
142
if (!
SendMsg
(fd, request.data(), request.size(), fd_vector)) {
/external/chromium/net/tools/dump_cache/
upgrade.cc
122
bool
SendMsg
(const Message& msg);
164
bool BaseSM::
SendMsg
(const Message& msg) {
361
SendMsg
(msg);
380
SendMsg
(msg);
425
SendMsg
(msg);
448
SendMsg
(msg);
494
SendMsg
(msg);
545
SendMsg
(msg);
701
SendMsg
(msg);
721
SendMsg
(msg)
[
all
...]
/external/chromium_org/net/tools/dump_cache/
upgrade_win.cc
126
bool
SendMsg
(const Message& msg);
168
bool BaseSM::
SendMsg
(const Message& msg) {
355
SendMsg
(msg);
374
SendMsg
(msg);
419
SendMsg
(msg);
442
SendMsg
(msg);
488
SendMsg
(msg);
540
SendMsg
(msg);
693
SendMsg
(msg);
713
SendMsg
(msg)
[
all
...]
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
217
if (!UnixDomainSocket::
SendMsg
(reply_fd, write_pickle.data(),
375
if (!UnixDomainSocket::
SendMsg
(kNaClZygoteDescriptor,
nacl_ipc_adapter.cc
89
funcs.
SendMsg
= NaClDescCustomSendMsg;
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
86
if (!UnixDomainSocket::
SendMsg
(ipc_channel, request_pickle.data(),
88
LOG(ERROR) << "SendIPCRequestAndReadReply:
SendMsg
failed";
/external/chromium_org/sandbox/linux/services/
broker_process.cc
373
ssize_t sent = UnixDomainSocket::
SendMsg
(reply_ipc, write_pickle.data(),
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc
280
return UnixDomainSocket::
SendMsg
(control_fd_,
/external/chromium_org/content/zygote/
zygote_linux.cc
87
bool r = UnixDomainSocket::
SendMsg
(kZygoteSocketPairFd,
/external/chromium_org/google_apis/gcm/engine/
connection_handler_impl_unittest.cc
563
TEST_F(GCMConnectionHandlerImplTest,
SendMsg
) {
Completed in 485 milliseconds