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

  /external/chromium_org/ipc/
ipc_channel_posix.h 198 bool must_unlink_; member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.cc 184 must_unlink_(false) {
259 must_unlink_ = true;
1018 if (must_unlink_) {
1020 must_unlink_ = false;
    [all...]

Completed in 703 milliseconds