Searched refs:caller_location (Results 1 – 4 of 4) sorted by relevance
/art/libnativeloader/ |
D | native_loader.cpp | 51 android_namespace_t* FindExportedNamespace(const char* caller_location) { in FindExportedNamespace() argument 52 auto name = nativeloader::FindApexNamespaceName(caller_location); in FindExportedNamespace() 96 jobject class_loader, const char* caller_location, jstring library_path, in OpenNativeLibrary() argument 102 if (caller_location != nullptr) { in OpenNativeLibrary() 103 android_namespace_t* boot_namespace = FindExportedNamespace(caller_location); in OpenNativeLibrary() 142 UNUSED(env, target_sdk_version, class_loader, caller_location); in OpenNativeLibrary()
|
D | native_loader_lazy.cpp | 61 jobject class_loader, const char* caller_location, jstring library_path, in OpenNativeLibrary() argument 64 return f(env, target_sdk_version, path, class_loader, caller_location, library_path, in OpenNativeLibrary()
|
/art/libnativeloader/include/nativeloader/ |
D | native_loader.h | 45 const char* caller_location, jstring library_path, bool* needs_native_bridge, char** error_msg);
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 914 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()
|