OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_native_bridge
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp
636
bool
use_native_bridge
= !is_system_server && (instructionSet != NULL)
local
638
if (
use_native_bridge
) {
640
use_native_bridge
= android::NeedsNativeBridge(isa_string.c_str());
642
if (
use_native_bridge
&& dataDir == NULL) {
647
use_native_bridge
= false;
651
if (!MountEmulatedStorage(uid, mount_external,
use_native_bridge
, &error_msg)) {
686
if (
use_native_bridge
) {
[
all
...]
Completed in 539 milliseconds