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

/external/webrtc/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc313 std::string should_close; local
315 if (GetHeaderValue(*data, i, kConnection, &should_close) &&
316 should_close.compare("close") == 0) {
/external/minijail/
H A Dlibminijail.c1907 bool should_close = true; local
1919 should_close = false;
1924 if (should_close && fd != dir_fd)

Completed in 151 milliseconds