Searched defs:lsb_release (Results 1 – 2 of 2) sorted by relevance
73 std::string lsb_release("FOO=1234123.34.5\n"); in TEST_F() local89 std::string lsb_release(base::SysInfo::GetLinuxStandardBaseVersionKey()); in TEST_F() local105 std::string lsb_release("FOO=1234123.34.5\n"); in TEST_F() local
42 void SysInfo::ParseLsbRelease(const std::string& lsb_release, in ParseLsbRelease()