Searched refs:must_unlink_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_posix.h214 bool must_unlink_; member in class:IPC::ChannelPosix
H A Dipc_channel_posix.cc196 must_unlink_(false) {
271 must_unlink_ = true;
1032 if (must_unlink_) {
1034 must_unlink_ = false;

Completed in 81 milliseconds