Home
last modified time | relevance | path

Searched refs:apex_ns_name (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libnativeloader/
H A Dlibrary_namespaces.cpp314 for (const auto&[apex_ns_name, public_libs] : apex_public_libraries()) { in Create()
315 auto ns = NativeLoaderNamespace::GetExportedNamespace(apex_ns_name, is_bridged); in Create()
348 auto apex_ns_name = FindApexNamespaceName(each_jar_path); in Create() local
349 if (apex_ns_name.ok()) { in Create()
350 const auto& jni_libs = apex_jni_libraries(*apex_ns_name); in Create()
352 auto apex_ns = NativeLoaderNamespace::GetExportedNamespace(*apex_ns_name, is_bridged); in Create()
H A Dpublic_libraries.cpp332 const std::string& apex_jni_libraries(const std::string& apex_ns_name) { in apex_jni_libraries() argument
334 return jni_libraries[apex_ns_name]; in apex_jni_libraries()