Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader.cpp53 android_namespace_t* FindExportedNamespace(const char* caller_location) { in FindExportedNamespace() argument
54 std::string location = caller_location; in FindExportedNamespace()
63 "Error finding namespace of apex: no slash in path %s", caller_location); in FindExportedNamespace()
107 jobject class_loader, const char* caller_location, jstring library_path, in OpenNativeLibrary() argument
113 if (caller_location != nullptr) { in OpenNativeLibrary()
114 android_namespace_t* boot_namespace = FindExportedNamespace(caller_location); in OpenNativeLibrary()
153 UNUSED(env, target_sdk_version, class_loader, caller_location); in OpenNativeLibrary()
Dnative_loader_lazy.cpp61 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/
Dnative_loader.h45 const char* caller_location, jstring library_path, bool* needs_native_bridge, char** error_msg);
/art/runtime/jni/
Djava_vm_ext.cc912 std::string caller_location; in LoadNativeLibrary() local
927 caller_location = dex_cache->GetLocation()->ToModifiedUtf8(); in LoadNativeLibrary()
1017 (caller_location.empty() ? nullptr : caller_location.c_str()), in LoadNativeLibrary()