Home
last modified time | relevance | path

Searched defs:lsb_release (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dsys_info_unittest.cc73 std::string lsb_release("FOO=1234123.34.5\n"); in TEST_F() local
89 std::string lsb_release(base::SysInfo::GetLinuxStandardBaseVersionKey()); in TEST_F() local
105 std::string lsb_release("FOO=1234123.34.5\n"); in TEST_F() local
Dsys_info_chromeos.cc42 void SysInfo::ParseLsbRelease(const std::string& lsb_release, in ParseLsbRelease()