OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsb_release_output
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
linux.cc
214
POpenStream
lsb_release_output
;
local
215
if (!
lsb_release_output
.Open("lsb_release -idrcs", "r")) {
224
if (!ExpectLineFromStream(&
lsb_release_output
, &line)) {
229
if (!ExpectLineFromStream(&
lsb_release_output
, &line)) {
234
if (!ExpectLineFromStream(&
lsb_release_output
, &line)) {
239
if (!ExpectLineFromStream(&
lsb_release_output
, &line)) {
245
ExpectEofFromStream(&
lsb_release_output
);
247
lsb_release_output
.Close();
248
wait_status =
lsb_release_output
.GetWaitStatus();
Completed in 59 milliseconds