Home
last modified time | relevance | path

Searched refs:LinuxDistroHelper (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dlinux_util.cc38 class LinuxDistroHelper { class
41 static LinuxDistroHelper* GetInstance() { in GetInstance()
42 return Singleton<LinuxDistroHelper>::get(); in GetInstance()
47 LinuxDistroHelper() : state_(STATE_DID_NOT_CHECK) {} in LinuxDistroHelper() function in __anonb09ad2320111::LinuxDistroHelper
48 ~LinuxDistroHelper() {} in ~LinuxDistroHelper()
144 LinuxDistroHelper* distro_state_singleton = LinuxDistroHelper::GetInstance(); in GetLinuxDistro()