Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dlinux_unittest.cc50 int out_model = 0; in TEST() local
51 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "model", &out_model)); in TEST()
52 LOG(LS_INFO) << "model: " << out_model; in TEST()