OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_handles
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/emoji/
EmojiFactory.cpp
35
static Vector<void *> *
g_handles
= NULL;
member in namespace:android
53
g_handles
= new Vector<void *>();
120
g_handles
->push(handle);
132
if (
g_handles
!= NULL) {
133
size_t size =
g_handles
->size();
135
dlclose(
g_handles
->itemAt(i));
137
delete
g_handles
;
Completed in 25 milliseconds