Home
last modified time | relevance | path

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

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