OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unity_lib
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc
65
void*
unity_lib
= dlopen("libunity.so.4", RTLD_LAZY);
local
66
if (!
unity_lib
)
67
unity_lib
= dlopen("libunity.so.6", RTLD_LAZY);
68
if (!
unity_lib
)
69
unity_lib
= dlopen("libunity.so.9", RTLD_LAZY);
70
if (!
unity_lib
)
75
dlsym(
unity_lib
, "unity_inspector_get_default"));
81
dlsym(
unity_lib
, "unity_inspector_get_unity_running"));
86
dlsym(
unity_lib
, "unity_launcher_entry_get_for_desktop_id"));
93
dlsym(
unity_lib
, "unity_launcher_entry_set_count"))
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc
67
void*
unity_lib
= dlopen("libunity.so.4", RTLD_LAZY);
local
68
if (!
unity_lib
)
69
unity_lib
= dlopen("libunity.so.6", RTLD_LAZY);
70
if (!
unity_lib
)
71
unity_lib
= dlopen("libunity.so.9", RTLD_LAZY);
72
if (!
unity_lib
)
77
dlsym(
unity_lib
, "unity_inspector_get_default"));
83
dlsym(
unity_lib
, "unity_inspector_get_unity_running"));
88
dlsym(
unity_lib
, "unity_launcher_entry_get_for_desktop_id"));
95
dlsym(
unity_lib
, "unity_launcher_entry_set_count"))
[
all
...]
Completed in 41 milliseconds