OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinuxDistroHelper
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
linux_util.cc
38
class
LinuxDistroHelper
{
41
static
LinuxDistroHelper
* GetInstance() {
42
return Singleton<
LinuxDistroHelper
>::get();
47
LinuxDistroHelper
() : state_(STATE_DID_NOT_CHECK) {}
48
~
LinuxDistroHelper
() {}
144
LinuxDistroHelper
* distro_state_singleton =
LinuxDistroHelper
::GetInstance();
/external/chromium_org/base/
linux_util.cc
37
class
LinuxDistroHelper
{
40
static
LinuxDistroHelper
* GetInstance() {
41
return Singleton<
LinuxDistroHelper
>::get();
46
LinuxDistroHelper
() : state_(STATE_DID_NOT_CHECK) {}
47
~
LinuxDistroHelper
() {}
147
LinuxDistroHelper
* distro_state_singleton =
LinuxDistroHelper
::GetInstance();
Completed in 123 milliseconds