Home
last modified time | relevance | path

Searched refs:needs_native_bridge (Results 1 – 5 of 5) sorted by relevance

/art/libnativeloader/
Dnative_loader_lazy.cpp62 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibrary() argument
65 needs_native_bridge, error_msg); in OpenNativeLibrary()
68 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() argument
70 return f(handle, needs_native_bridge, error_msg); in CloseNativeLibrary()
90 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibraryInNamespace() argument
92 return f(ns, path, needs_native_bridge, error_msg); in OpenNativeLibraryInNamespace()
Dnative_loader.cpp108 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibrary() argument
112 *needs_native_bridge = false; in OpenNativeLibrary()
151 return OpenNativeLibraryInNamespace(ns, path, needs_native_bridge, error_msg); in OpenNativeLibrary()
168 *needs_native_bridge = false; in OpenNativeLibrary()
187 *needs_native_bridge = true; in OpenNativeLibrary()
201 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() argument
203 if (needs_native_bridge) { in CloseNativeLibrary()
225 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibraryInNamespace() argument
230 if (needs_native_bridge != nullptr) { in OpenNativeLibraryInNamespace()
231 *needs_native_bridge = ns->IsBridged(); in OpenNativeLibraryInNamespace()
/art/libnativeloader/include/nativeloader/
Dnative_loader.h45 const char* caller_location, jstring library_path, bool* needs_native_bridge, char** error_msg);
48 const bool needs_native_bridge,
66 struct NativeLoaderNamespace* ns, const char* path, bool* needs_native_bridge,
/art/runtime/ti/
Dagent.cc120 bool needs_native_bridge = false; in DoDlOpen() local
128 &needs_native_bridge, in DoDlOpen()
138 if (needs_native_bridge) { in DoDlOpen()
142 android::CloseNativeLibrary(dlopen_handle, needs_native_bridge, &nativeloader_error_msg); in DoDlOpen()
/art/runtime/jni/
Djava_vm_ext.cc74 bool needs_native_bridge, jobject class_loader, void* class_loader_allocator) in SharedLibrary() argument
77 needs_native_bridge_(needs_native_bridge), in SharedLibrary()
1010 bool needs_native_bridge = false; in LoadNativeLibrary() local
1019 &needs_native_bridge, in LoadNativeLibrary()
1045 needs_native_bridge, in LoadNativeLibrary()