Searched refs:LibraryNamespaces (Results 1 – 4 of 4) sorted by relevance
42 class LibraryNamespaces {44 LibraryNamespaces() : initialized_(false), app_main_namespace_(nullptr) {} in LibraryNamespaces() function46 LibraryNamespaces(LibraryNamespaces&&) = default;47 LibraryNamespaces(const LibraryNamespaces&) = delete;48 LibraryNamespaces& operator=(const LibraryNamespaces&) = delete;
46 using android::nativeloader::LibraryNamespaces;49 LibraryNamespaces* g_namespaces = new LibraryNamespaces;
121 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()
71 `library_namespaces.cpp` implements the singleton class `LibraryNamespaces` which83 `LibraryNamespaces` but is separated from it to hide the details of the parsing