Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader.cpp71 android_namespace_t* FindExportedNamespace(const char* caller_location) { in FindExportedNamespace() argument
72 auto name = nativeloader::FindApexNamespaceName(caller_location); in FindExportedNamespace()
210 jobject class_loader, const char* caller_location, jstring library_path, in OpenNativeLibrary() argument
217 if (caller_location != nullptr) { in OpenNativeLibrary()
218 android_namespace_t* boot_namespace = FindExportedNamespace(caller_location); in OpenNativeLibrary()
281 UNUSED(env, target_sdk_version, class_loader, caller_location); in OpenNativeLibrary()
Dnative_loader_lazy.cpp56 jobject class_loader, const char* caller_location, jstring library_path, in OpenNativeLibrary() argument
59 return f(env, target_sdk_version, path, class_loader, caller_location, library_path, in OpenNativeLibrary()
/art/libnativeloader/include/nativeloader/
Dnative_loader.h45 const char* caller_location, jstring library_path, bool* needs_native_bridge, char** error_msg);
/art/runtime/jni/
Djava_vm_ext.cc914 std::string caller_location; in LoadNativeLibrary() local
929 caller_location = dex_cache->GetLocation()->ToModifiedUtf8(); in LoadNativeLibrary()
1019 (caller_location.empty() ? nullptr : caller_location.c_str()), in LoadNativeLibrary()