OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedLibrary
(Results
26 - 29
of
29
) sorted by null
1
2
/frameworks/av/media/libmediaplayerservice/
Drm.cpp
35
KeyedVector<String8, wp<
SharedLibrary
> > Drm::mLibraryPathToOpenLibraryMap;
192
mLibrary = new
SharedLibrary
(path);
/external/chromium_org/tools/gn/
functions.cc
558
INSERT_FUNCTION(
SharedLibrary
)
/art/runtime/
jni_internal.cc
445
class
SharedLibrary
{
447
SharedLibrary
(const std::string& path, void* handle, Object* class_loader)
564
SharedLibrary
* Get(const std::string& path) {
569
void Put(const std::string& path,
SharedLibrary
* library) {
580
SharedLibrary
* library = lib.second;
604
SafeMap<std::string,
SharedLibrary
*> libraries_;
[
all
...]
/ndk/build/core/
build-binary.mk
533
@ $(HOST_ECHO) "
SharedLibrary
: $(PRIVATE_NAME)"
Completed in 574 milliseconds
1
2