OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shl_handle
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gmodule/
gmodule-dld.c
87
shl_t
shl_handle
;
local
89
shl_handle
= shl_load (file_name,
91
if (!
shl_handle
)
97
return (gpointer)
shl_handle
;
103
shl_t
shl_handle
;
local
105
shl_handle
= PROG_HANDLE;
106
if (!
shl_handle
)
109
return
shl_handle
;
Completed in 3989 milliseconds