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