OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDescriptors
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ipc/
file_descriptor_set_posix.h
93
void
SetDescriptors
(const int* buffer, unsigned count);
file_descriptor_set_posix_unittest.cc
78
TEST(FileDescriptorSet,
SetDescriptors
) {
82
set->
SetDescriptors
(NULL, 0);
87
set->
SetDescriptors
(fds, 1);
file_descriptor_set_posix.cc
139
void FileDescriptorSet::
SetDescriptors
(const int* buffer, unsigned count) {
ipc_channel_nacl.cc
336
msg->file_descriptor_set()->
SetDescriptors
(&input_fds_.front(),
ipc_channel_posix.cc
883
msg->file_descriptor_set()->
SetDescriptors
(&input_fds_.front(),
[
all
...]
Completed in 200 milliseconds