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.cpp97 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibrary() argument
101 *needs_native_bridge = false; in OpenNativeLibrary()
140 return OpenNativeLibraryInNamespace(ns, path, needs_native_bridge, error_msg); in OpenNativeLibrary()
157 *needs_native_bridge = false; in OpenNativeLibrary()
176 *needs_native_bridge = true; in OpenNativeLibrary()
190 bool CloseNativeLibrary(void* handle, const bool needs_native_bridge, char** error_msg) { in CloseNativeLibrary() argument
192 if (needs_native_bridge) { in CloseNativeLibrary()
214 bool* needs_native_bridge, char** error_msg) { in OpenNativeLibraryInNamespace() argument
219 if (needs_native_bridge != nullptr) { in OpenNativeLibraryInNamespace()
220 *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.cc76 bool needs_native_bridge, jobject class_loader, void* class_loader_allocator) in SharedLibrary() argument
79 needs_native_bridge_(needs_native_bridge), in SharedLibrary()
1012 bool needs_native_bridge = false; in LoadNativeLibrary() local
1021 &needs_native_bridge, in LoadNativeLibrary()
1047 needs_native_bridge, in LoadNativeLibrary()