Home
last modified time | relevance | path

Searched refs:kMojoPlatformChannelHandleSwitch (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_win.cc73 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess()
83 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch; in PassClientHandleFromParentProcessFromString()
99 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
101 << kMojoPlatformChannelHandleSwitch << "=" in PrepareToPassClientHandleToChildProcess()
102 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess()
106 kMojoPlatformChannelHandleSwitch, in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair_posix.cc87 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess()
98 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch; in PassClientHandleFromParentProcessFromString()
113 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
115 << kMojoPlatformChannelHandleSwitch << "=" in PrepareToPassClientHandleToChildProcess()
116 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess()
120 kMojoPlatformChannelHandleSwitch, in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair.cc14 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] = member in mojo::edk::PlatformChannelPair
Dplatform_channel_pair.h56 static const char kMojoPlatformChannelHandleSwitch[];