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