Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_chromeos.cc62 std::string lsb_release, lsb_release_time_str; in Parse() local
111 void ParseLsbRelease(const std::string& lsb_release) { in ParseLsbRelease()
210 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest()
/external/cronet/stable/base/test/
Dscoped_chromeos_version_info.cc15 std::string_view lsb_release, in ScopedChromeOSVersionInfo()
/external/cronet/tot/base/test/
Dscoped_chromeos_version_info.cc15 std::string_view lsb_release, in ScopedChromeOSVersionInfo()
/external/cronet/stable/base/system/
Dsys_info_chromeos.cc58 std::string lsb_release, lsb_release_time_str; in ChromeOSVersionInfo() local
112 void ParseLsbRelease(const std::string& lsb_release) { in ParseLsbRelease()
243 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest()
/external/cronet/tot/base/system/
Dsys_info_chromeos.cc58 std::string lsb_release, lsb_release_time_str; in ChromeOSVersionInfo() local
112 void ParseLsbRelease(const std::string& lsb_release) { in ParseLsbRelease()
243 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest()
/external/autotest/utils/frozen_chromite/lib/
Dremote_access.py1282 def lsb_release(self): member in ChromiumOSDevice