HomeSort by relevance Sort by last modified time
    Searched full:is_native_bridge (Results 1 - 1 of 1) sorted by null

  /system/core/libnativeloader/
native_loader.cpp 205 bool is_native_bridge = false; local
208 is_native_bridge = !parent_ns.is_android_namespace();
210 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str());
217 LOG_FATAL_IF(is_native_bridge, "Unbundled vendor apk must not use translated architecture");
253 if (!is_native_bridge) {
526 bool is_native_bridge = NativeBridgeIsPathSupported(library_path); local
533 is_native_bridge ? nullptr : library_path);
542 is_native_bridge ? library_path : nullptr);

Completed in 541 milliseconds