Home
last modified time | relevance | path

Searched refs:LibraryNamespaces (Results 1 – 4 of 4) sorted by relevance

/art/libnativeloader/
Dlibrary_namespaces.h42 class LibraryNamespaces {
44 LibraryNamespaces() : initialized_(false), app_main_namespace_(nullptr) {} in LibraryNamespaces() function
46 LibraryNamespaces(LibraryNamespaces&&) = default;
47 LibraryNamespaces(const LibraryNamespaces&) = delete;
48 LibraryNamespaces& operator=(const LibraryNamespaces&) = delete;
Dnative_loader.cpp46 using android::nativeloader::LibraryNamespaces;
49 LibraryNamespaces* g_namespaces = new LibraryNamespaces;
Dlibrary_namespaces.cpp121 void LibraryNamespaces::Initialize() { in Initialize()
173 Result<NativeLoaderNamespace*> LibraryNamespaces::Create(JNIEnv* env, uint32_t target_sdk_version, in Create()
413 NativeLoaderNamespace* LibraryNamespaces::FindNamespaceByClassLoader(JNIEnv* env, in FindNamespaceByClassLoader()
426 NativeLoaderNamespace* LibraryNamespaces::FindParentNamespaceByClassLoader(JNIEnv* env, in FindParentNamespaceByClassLoader()
DREADME.md71 `library_namespaces.cpp` implements the singleton class `LibraryNamespaces` which
83 `LibraryNamespaces` but is separated from it to hide the details of the parsing