Home
last modified time | relevance | path

Searched defs:lsb_release_time (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dsys_info_chromeos.cc104 const Time& lsb_release_time() const { return lsb_release_time_; } in lsb_release_time() function in base::__anon9bafeab20111::ChromeOSVersionInfo
211 const Time& lsb_release_time) { in SetChromeOSVersionInfoForTest()
H A Dsys_info_unittest.cc185 const Time lsb_release_time(Time::FromDoubleT(12345.6)); in TEST_F() local
/aosp_15_r20/external/cronet/base/system/
H A Dsys_info_chromeos.cc100 const Time& lsb_release_time() const { return lsb_release_time_; } in lsb_release_time() function in base::ChromeOSVersionInfo
238 const Time& lsb_release_time) { in SetChromeOSVersionInfoForTest()
H A Dsys_info_unittest.cc380 const Time lsb_release_time(Time::FromSecondsSinceUnixEpoch(12345.6)); in TEST_F() local
/aosp_15_r20/external/cronet/base/test/
H A Dscoped_chromeos_version_info.cc16 Time lsb_release_time) { in ScopedChromeOSVersionInfo()