Searched refs:caller_location (Results 1 – 4 of 4) sorted by relevance
/art/libnativeloader/ |
D | native_loader.cpp | 71 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()
|
D | native_loader_lazy.cpp | 56 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/ |
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()
|